version 0.9910 beta
authorcmzmasek <cmzmasek@yahoo.com>
Thu, 23 Jun 2016 23:32:32 +0000 (16:32 -0700)
committercmzmasek <cmzmasek@yahoo.com>
Thu, 23 Jun 2016 23:32:32 +0000 (16:32 -0700)
forester/java/forester.jar
forester/java/src/org/forester/archaeopteryx/AptxConstants.java

index 6433dae..baa1019 100644 (file)
Binary files a/forester/java/forester.jar and b/forester/java/forester.jar differ
index 3a608f4..8ad9735 100644 (file)
@@ -41,8 +41,8 @@ public final class AptxConstants {
     public final static boolean __SNAPSHOT_RELEASE                                            = false;                                                                             // TODO remove me
     public final static boolean __SYNTH_LF                                                    = false;                                                                             // TODO remove me
     public final static String  PRG_NAME                                                      = "Archaeopteryx";
-    final static String         VERSION                                                       = "0.9909 experimental";
-    final static String         PRG_DATE                                                      = "160622";
+    final static String         VERSION                                                       = "0.9910 beta";
+    final static String         PRG_DATE                                                      = "160623";
     final static String         DEFAULT_CONFIGURATION_FILE_NAME                               = "_aptx_configuration_file";
     final static String[]       DEFAULT_FONT_CHOICES                                          = { 
             "SansSerif", "Sans-serif", "Sans", "Dialog", "Lucida Sans", "Tahoma", "Helvetica", "Arial", "Verdana" };