Skip to content

Commit 643d951

Browse files
author
Federico Fissore
committed
Starting 1.6.4
1 parent bf6f0f4 commit 643d951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
public class BaseNoGui {
2929

3030
/** Version string to be used for build */
31-
public static final int REVISION = 10603;
31+
public static final int REVISION = 10604;
3232
/** Extended version string displayed on GUI */
33-
static String VERSION_NAME = "1.6.3";
33+
static String VERSION_NAME = "1.6.4";
3434

3535
static File buildFolder;
3636

0 commit comments

Comments
 (0)