Skip to content

Commit da97506

Browse files
committed
Started IDE 1.8.1
1 parent d115f44 commit da97506

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: arduino-core/src/processing/app/BaseNoGui.java

+2-2
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 = 10800;
41+
public static final int REVISION = 10801;
4242
/** Extended version string displayed on GUI */
43-
public static final String VERSION_NAME = "1.8.0";
43+
public static final String VERSION_NAME = "1.8.1";
4444
public static final String VERSION_NAME_LONG;
4545

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

Diff for: build/shared/revisions.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ARDUINO 1.8.1
2+
3+
14
ARDUINO 1.8.0 - 2016.12.20
25

36
[ide]

0 commit comments

Comments
 (0)