mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
Release 1.8.7
This commit is contained in:
parent
e42faa6b93
commit
9c4d52c50a
@ -42,9 +42,9 @@ import static processing.app.helpers.filefilters.OnlyDirs.ONLY_DIRS;
|
||||
public class BaseNoGui {
|
||||
|
||||
/** Version string to be used for build */
|
||||
public static final int REVISION = 10806;
|
||||
public static final int REVISION = 10807;
|
||||
/** Extended version string displayed on GUI */
|
||||
public static final String VERSION_NAME = "1.8.6";
|
||||
public static final String VERSION_NAME = "1.8.7";
|
||||
public static final String VERSION_NAME_LONG;
|
||||
|
||||
// Current directory to use for relative paths specified on the
|
||||
|
1
build/linux/dist/appdata.xml
vendored
1
build/linux/dist/appdata.xml
vendored
@ -36,6 +36,7 @@
|
||||
<content_rating type="oars-1.1" />
|
||||
|
||||
<releases>
|
||||
<release date="2018-09-11" version="1.8.7"/>
|
||||
<release date="2018-08-23" version="1.8.6"/>
|
||||
<release date="2017-10-02" version="1.8.5"/>
|
||||
<release date="2017-08-21" version="1.8.4"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user