1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00

starting version 1.6.10

This commit is contained in:
Martino Facchin 2016-05-11 16:42:34 +02:00
parent e8f9002e75
commit 7e4144b3fa
2 changed files with 9 additions and 3 deletions

View File

@ -41,9 +41,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 = 10609;
public static final int REVISION = 10610;
/** Extended version string displayed on GUI */
public static final String VERSION_NAME = "1.6.9";
public static final String VERSION_NAME = "1.6.10";
public static final String VERSION_NAME_LONG;
// Current directory to use for relative paths specified on the

View File

@ -1,4 +1,10 @@
ARDUINO 1.6.9 2016.05.10
ARDUINO 1.6.10
[ide]
[core]
[libraries]
ARDUINO 1.6.9 - 2016.05.10
[ide]
* Catch and report errors during parsing contributed index files