1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Removed #include <BConstants.h>, updated version number, copy RXTX native lib into Mac distribution.

This commit is contained in:
David A. Mellis
2005-09-09 23:42:35 +00:00
parent 6f38cee6d4
commit 98b5f8759a
8 changed files with 8 additions and 6 deletions

View File

@ -51,7 +51,7 @@ import com.ice.jni.registry.*;
*/
public class Base {
static final int VERSION = 1;
static final String VERSION_NAME = "0001 pre-alpha";
static final String VERSION_NAME = "0002";
static public int platform;