Skip to content

Commit

Permalink
Started working on 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed Mar 11, 2015
1 parent b8b2869 commit c46e667
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arduino-core/src/processing/app/BaseNoGui.java
Expand Up @@ -37,9 +37,9 @@
public class BaseNoGui {

/** Version string to be used for build */
public static final int REVISION = 10601;
public static final int REVISION = 10602;
/** Extended version string displayed on GUI */
static String VERSION_NAME = "1.6.1";
static String VERSION_NAME = "1.6.2";

static File buildFolder;

Expand Down
2 changes: 2 additions & 0 deletions build/shared/revisions.txt
@@ -1,4 +1,6 @@

ARDUINO 1.6.2

ARDUINO 1.6.1 - 2015.03.10

[ide]
Expand Down
2 changes: 1 addition & 1 deletion hardware/arduino/avr/platform.txt
Expand Up @@ -6,7 +6,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification

name=Arduino AVR Boards
version=1.6.1
version=1.6.2

# AVR compile variables
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion hardware/arduino/sam/platform.txt
Expand Up @@ -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.6.1
version=1.6.2

# SAM3 compile variables
# ----------------------
Expand Down

0 comments on commit c46e667

Please sign in to comment.