Skip to content

Commit 7c039c4

Browse files
committed
Starting IDE 1.8.4
Fixes #6554
1 parent 101677b commit 7c039c4

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
@@ -41,9 +41,9 @@
4141
public class BaseNoGui {
4242

4343
/** Version string to be used for build */
44-
public static final int REVISION = 10803;
44+
public static final int REVISION = 10804;
4545
/** Extended version string displayed on GUI */
46-
public static final String VERSION_NAME = "1.8.3";
46+
public static final String VERSION_NAME = "1.8.4";
4747
public static final String VERSION_NAME_LONG;
4848

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

0 commit comments

Comments
 (0)