Skip to content

Commit 7e4144b

Browse files
committed
starting version 1.6.10
1 parent e8f9002 commit 7e4144b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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 = 10609;
44+
public static final int REVISION = 10610;
4545
/** Extended version string displayed on GUI */
46-
public static final String VERSION_NAME = "1.6.9";
46+
public static final String VERSION_NAME = "1.6.10";
4747
public static final String VERSION_NAME_LONG;
4848

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

build/shared/revisions.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
ARDUINO 1.6.9 2016.05.10
1+
ARDUINO 1.6.10
2+
3+
[ide]
4+
[core]
5+
[libraries]
6+
7+
ARDUINO 1.6.9 - 2016.05.10
28

39
[ide]
410
* Catch and report errors during parsing contributed index files

0 commit comments

Comments
 (0)