Skip to content

Commit c860af0

Browse files
facchinmlmihalkovic
authored andcommitted
Starting version 1.6.8
1 parent cec733a commit c860af0

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
@@ -39,9 +39,9 @@
3939
public class BaseNoGui {
4040

4141
/** Version string to be used for build */
42-
public static final int REVISION = 10607;
42+
public static final int REVISION = 10608;
4343
/** Extended version string displayed on GUI */
44-
public static final String VERSION_NAME = "1.6.7";
44+
public static final String VERSION_NAME = "1.6.8";
4545
public static final String VERSION_NAME_LONG;
4646

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

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.8
2+
13
ARDUINO 1.6.7 - 2015.12.17
24

35
[ide]

0 commit comments

Comments
 (0)