1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-22 08:22:04 +03:00

Upped version to 1.5.2

This commit is contained in:
Cristian Maglie
2013-01-23 17:26:46 +01:00
parent 316b871829
commit a281930f3f
3 changed files with 9 additions and 3 deletions

View File

@ -50,9 +50,9 @@ import static processing.app.I18n._;
* files and images, etc) that comes from that.
*/
public class Base {
public static final int REVISION = 151;
public static final int REVISION = 152;
/** This might be replaced by main() if there's a lib/version.txt file. */
static String VERSION_NAME = "0151";
static String VERSION_NAME = "0152";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;