Skip to content

Commit 5bbb905

Browse files
committed
Starting 1.8.5
1 parent 39bb83d commit 5bbb905

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: 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 = 10804;
44+
public static final int REVISION = 10805;
4545
/** Extended version string displayed on GUI */
46-
public static final String VERSION_NAME = "1.8.4";
46+
public static final String VERSION_NAME = "1.8.5";
4747
public static final String VERSION_NAME_LONG;
4848

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

Diff for: build/shared/revisions.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
ARDUINO 1.8.4
1+
ARDUINO 1.8.5
2+
3+
ARDUINO 1.8.4 2017.08.23
24

35
[ide]
46
* IDE Toolbar can now go full width on 4K display.

0 commit comments

Comments
 (0)