From cf26421470c21eba0171494ef194fa21a571107d Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Tue, 20 Sep 2005 16:55:13 +0000 Subject: [PATCH] Added "Pre-Alpha" to version number. --- app/Base.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Base.java b/app/Base.java index 454150e3b..e352f9b9d 100644 --- a/app/Base.java +++ b/app/Base.java @@ -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;