Skip to content

Commit 6fc0379

Browse files
committed
Starting IDE 1.8.2
1 parent 465c753 commit 6fc0379

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

4040
/** Version string to be used for build */
41-
public static final int REVISION = 10801;
41+
public static final int REVISION = 10802;
4242
/** Extended version string displayed on GUI */
43-
public static final String VERSION_NAME = "1.8.1";
43+
public static final String VERSION_NAME = "1.8.2";
4444
public static final String VERSION_NAME_LONG;
4545

4646
// 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.8.2
2+
13
ARDUINO 1.8.1 - 2017.01.09
24

35
[ide]

0 commit comments

Comments
 (0)