Skip to content

Commit 6116a8e

Browse files
committed
Starting 1.8.11
1 parent 2b42429 commit 6116a8e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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 = 10810;
44+
public static final int REVISION = 10811;
4545
/** Extended version string displayed on GUI */
46-
public static final String VERSION_NAME = "1.8.10";
46+
public static final String VERSION_NAME = "1.8.11";
4747
public static final String VERSION_NAME_LONG;
4848

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

build/shared/revisions.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ARDUINO 1.8.11 ????
2+
3+
14
ARDUINO 1.8.10 2019.09.13
25

36
[ide]

0 commit comments

Comments
 (0)