Skip to content

Commit 56f0e96

Browse files
committed
Starting 1.8.9
1 parent 41f30a0 commit 56f0e96

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
@@ -42,9 +42,9 @@
4242
public class BaseNoGui {
4343

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

5050
// 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.9 ????
2+
3+
14
ARDUINO 1.8.8 2018.12.07
25

36
[ide]

0 commit comments

Comments
 (0)