mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Added "Pre-Alpha" to version number.
This commit is contained in:
parent
a0fb7dcb78
commit
cf26421470
@ -51,7 +51,7 @@ import com.ice.jni.registry.*;
|
||||
*/
|
||||
public class Base {
|
||||
static final int VERSION = 1;
|
||||
static final String VERSION_NAME = "0002";
|
||||
static final String VERSION_NAME = "0002 Pre-Alpha";
|
||||
|
||||
static public int platform;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user