Skip to content

Commit 1ed8776

Browse files
committed
Starting Arduino IDE 1.8.15
1 parent 2355e6a commit 1ed8776

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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 = 10814;
44+
public static final int REVISION = 10815;
4545
/** Extended version string displayed on GUI */
46-
public static final String VERSION_NAME = "1.8.14";
46+
public static final String VERSION_NAME = "1.8.15";
4747
public static final String VERSION_NAME_LONG;
4848

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

build/shared/revisions.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
ARDUINO 1.8.14 2020.05.12
1+
ARDUINO 1.8.15 2021.??.??
2+
3+
4+
ARDUINO 1.8.14 2021.05.12
25

36
[ide]
47
* Fix status bar custom board preferences disappearing (thanks @magedrifaat)

0 commit comments

Comments
 (0)