Skip to content

Commit d115f44

Browse files
committed
Update IDE version to 1.8.0
1 parent 33eae2e commit d115f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-core/src/processing/app/BaseNoGui.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
public class BaseNoGui {
3939

4040
/** Version string to be used for build */
41-
public static final int REVISION = 10614;
41+
public static final int REVISION = 10800;
4242
/** Extended version string displayed on GUI */
43-
public static final String VERSION_NAME = "1.6.14";
43+
public static final String VERSION_NAME = "1.8.0";
4444
public static final String VERSION_NAME_LONG;
4545

4646
// Current directory to use for relative paths specified on the

0 commit comments

Comments
 (0)