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

Start Arduino IDE 1.8.12

This commit is contained in:
per1234 2020-02-07 14:08:43 -08:00 committed by Cristian Maglie
parent f62b5db908
commit 33ff49566c
2 changed files with 5 additions and 2 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 = 10811;
public static final int REVISION = 10812;
/** Extended version string displayed on GUI */
public static final String VERSION_NAME = "1.8.11";
public static final String VERSION_NAME = "1.8.12";
public static final String VERSION_NAME_LONG;
// Current directory to use for relative paths specified on the

View File

@ -1,3 +1,6 @@
ARDUINO 1.8.12 ????
ARDUINO 1.8.11 2020.01.27
[ide]