Skip to content

Commit 647a1b0

Browse files
committed
Starting IDE 1.8.3
1 parent cc6c68e commit 647a1b0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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 = 10802;
44+
public static final int REVISION = 10803;
4545
/** Extended version string displayed on GUI */
46-
public static final String VERSION_NAME = "1.8.2";
46+
public static final String VERSION_NAME = "1.8.3";
4747
public static final String VERSION_NAME_LONG;
4848

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

build/shared/revisions.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ARDUINO 1.8.3
2+
13
ARDUINO 1.8.2 2017.03.22
24

35
[ide]

0 commit comments

Comments
 (0)