Skip to content

Commit 11327bb

Browse files
author
Federico Fissore
committed
Starting 1.6.5
1 parent 5a68e34 commit 11327bb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
public class BaseNoGui {
3131

3232
/** Version string to be used for build */
33-
public static final int REVISION = 10604;
33+
public static final int REVISION = 10605;
3434
/** Extended version string displayed on GUI */
35-
static String VERSION_NAME = "1.6.4";
35+
static String VERSION_NAME = "1.6.5";
3636

3737
static File buildFolder;
3838

build/shared/revisions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ARDUINO 1.6.5
2+
13
ARDUINO 1.6.4 - 2015.05.06
24

35
[ide]

0 commit comments

Comments
 (0)