mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
changed the version number in the code to 3
This commit is contained in:
parent
601dafd7b6
commit
e19bbdd548
@ -52,7 +52,7 @@ import com.ice.jni.registry.*;
|
|||||||
* files and images, etc) that comes from that.
|
* files and images, etc) that comes from that.
|
||||||
*/
|
*/
|
||||||
public class Base {
|
public class Base {
|
||||||
static final int VERSION = 1;
|
static final int VERSION = 3;
|
||||||
static final String VERSION_NAME = "0003 Alpha";
|
static final String VERSION_NAME = "0003 Alpha";
|
||||||
|
|
||||||
static public int platform;
|
static public int platform;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user