Skip to content

Commit ad8046d

Browse files
author
Federico Fissore
committed
Starting 1.6.6
1 parent 9622af8 commit ad8046d

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
@@ -31,9 +31,9 @@
3131
public class BaseNoGui {
3232

3333
/** Version string to be used for build */
34-
public static final int REVISION = 10605;
34+
public static final int REVISION = 10606;
3535
/** Extended version string displayed on GUI */
36-
public static final String VERSION_NAME = "1.6.5";
36+
public static final String VERSION_NAME = "1.6.6";
3737
public static final String VERSION_NAME_LONG;
3838

3939
static {

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.6
2+
13
ARDUINO 1.6.5 - 2015.06.15
24

35
[ide]

0 commit comments

Comments
 (0)