Skip to content

Commit d697959

Browse files
committed
Change revision to 1.9.0 Beta
1 parent d09aa99 commit d697959

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
@@ -58,9 +58,9 @@
5858
public class BaseNoGui {
5959

6060
/** Version string to be used for build */
61-
public static final int REVISION = 10806;
61+
public static final int REVISION = 10900;
6262
/** Extended version string displayed on GUI */
63-
public static final String VERSION_NAME = "1.8.6";
63+
public static final String VERSION_NAME = "1.9.0-beta";
6464
public static final String VERSION_NAME_LONG;
6565

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

0 commit comments

Comments
 (0)