Added "Pre-Alpha" to version number.

This commit is contained in:
David A. Mellis 2005-09-20 16:55:13 +00:00
parent a0fb7dcb78
commit cf26421470
1 changed files with 1 additions and 1 deletions

View File

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