Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cea203e

Browse filesBrowse files
committed
Release 1.8.16
1 parent 5c43294 commit cea203e
Copy full SHA for cea203e

File tree

2 files changed

+3
-3
lines changed
Filter options

2 files changed

+3
-3
lines changed

‎arduino-core/src/processing/app/BaseNoGui.java

Copy file name to clipboardExpand all lines: arduino-core/src/processing/app/BaseNoGui.java
+2-2Lines changed: 2 additions & 2 deletions
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 = 10815;
44+
public static final int REVISION = 10816;
4545
/** Extended version string displayed on GUI */
46-
public static final String VERSION_NAME = "1.8.15";
46+
public static final String VERSION_NAME = "1.8.16";
4747
public static final String VERSION_NAME_LONG;
4848

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

‎build/shared/revisions.txt

Copy file name to clipboardExpand all lines: build/shared/revisions.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARDUINO 1.8.16 2021.09.02
1+
ARDUINO 1.8.16 2021.09.06
22

33
[ide]
44
* Removed the very outdated off-line documentation.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.