We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33eae2e commit d115f44Copy full SHA for d115f44
arduino-core/src/processing/app/BaseNoGui.java
@@ -38,9 +38,9 @@
38
public class BaseNoGui {
39
40
/** Version string to be used for build */
41
- public static final int REVISION = 10614;
+ public static final int REVISION = 10800;
42
/** Extended version string displayed on GUI */
43
- public static final String VERSION_NAME = "1.6.14";
+ public static final String VERSION_NAME = "1.8.0";
44
public static final String VERSION_NAME_LONG;
45
46
// Current directory to use for relative paths specified on the
0 commit comments