Skip to content

Commit bf3a12c

Browse files
committed
Change revision to 1.9.0 Beta
1 parent 5eca0c5 commit bf3a12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: arduino-core/src/processing/app/BaseNoGui.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
public class BaseNoGui {
7777

7878
/** Version string to be used for build */
79-
public static final int REVISION = 10806;
79+
public static final int REVISION = 10900;
8080
/** Extended version string displayed on GUI */
81-
public static final String VERSION_NAME = "1.8.6";
81+
public static final String VERSION_NAME = "1.9.0-beta";
8282
public static final String VERSION_NAME_LONG;
8383

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

0 commit comments

Comments
 (0)