1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

changed the version number in the code to 3

This commit is contained in:
David Cuartielles
2006-01-03 14:33:49 +00:00
parent 601dafd7b6
commit e19bbdd548

View File

@ -52,7 +52,7 @@ import com.ice.jni.registry.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 1;
static final int VERSION = 3;
static final String VERSION_NAME = "0003 Alpha";
static public int platform;