From b7b9da77105c7db0ee005370f032a1d1ca95ef8c Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 5 Sep 2014 10:11:47 +0200 Subject: [PATCH] Updated version to 1.5.8 --- app/src/processing/app/Base.java | 4 ++-- hardware/arduino/avr/platform.txt | 2 +- hardware/arduino/sam/platform.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 45bc8aab2..dee3103de 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -61,9 +61,9 @@ import static processing.app.I18n._; * files and images, etc) that comes from that. */ public class Base { - public static final int REVISION = 157; + public static final int REVISION = 158; /** This might be replaced by main() if there's a lib/version.txt file. */ - static String VERSION_NAME = "0157"; + static String VERSION_NAME = "0158"; /** Set true if this a proper release rather than a numbered revision. */ static public boolean RELEASE = false; diff --git a/hardware/arduino/avr/platform.txt b/hardware/arduino/avr/platform.txt index 66257ef78..f7e6734e1 100644 --- a/hardware/arduino/avr/platform.txt +++ b/hardware/arduino/avr/platform.txt @@ -6,7 +6,7 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification name=Arduino AVR Boards -version=1.5.6 +version=1.5.8 # AVR compile variables # --------------------- diff --git a/hardware/arduino/sam/platform.txt b/hardware/arduino/sam/platform.txt index 6f5c1fcbe..4f7c58a9f 100644 --- a/hardware/arduino/sam/platform.txt +++ b/hardware/arduino/sam/platform.txt @@ -5,7 +5,7 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification name=Arduino ARM (32-bits) Boards -version=1.5.6 +version=1.5.8 # SAM3 compile variables # ----------------------