Skip to content

Commit c209e33

Browse files
committed
Starting version 1.6.14
1 parent e7f51f2 commit c209e33

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
public class BaseNoGui {
4343

4444
/** Version string to be used for build */
45-
public static final int REVISION = 10613;
45+
public static final int REVISION = 10614;
4646
/** Extended version string displayed on GUI */
47-
public static final String VERSION_NAME = "1.6.13";
47+
public static final String VERSION_NAME = "1.6.14";
4848
public static final String VERSION_NAME_LONG;
4949

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

build/shared/revisions.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
ARDUINO 1.6.14
2+
[ide]
3+
4+
[core]
5+
16
ARDUINO 1.6.13 - 2016.11.22
27

38
[ide]

0 commit comments

Comments
 (0)