diff --git a/arduino-core/src/processing/app/BaseNoGui.java b/arduino-core/src/processing/app/BaseNoGui.java index 0d921f6ccc6..59ef009a60b 100644 --- a/arduino-core/src/processing/app/BaseNoGui.java +++ b/arduino-core/src/processing/app/BaseNoGui.java @@ -41,9 +41,9 @@ public class BaseNoGui { /** Version string to be used for build */ - public static final int REVISION = 10810; + public static final int REVISION = 10811; /** Extended version string displayed on GUI */ - public static final String VERSION_NAME = "1.8.10"; + public static final String VERSION_NAME = "1.8.11"; public static final String VERSION_NAME_LONG; // Current directory to use for relative paths specified on the diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 2442a68fb81..e4d90827f23 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,3 +1,6 @@ +ARDUINO 1.8.11 ???? + + ARDUINO 1.8.10 2019.09.13 [ide]