updated version numbers
authorcmzmasek <cmzmasek@yahoo.com>
Fri, 1 Jul 2016 20:46:22 +0000 (13:46 -0700)
committercmzmasek <cmzmasek@yahoo.com>
Fri, 1 Jul 2016 20:46:22 +0000 (13:46 -0700)
forester/java/src/org/forester/archaeopteryx/AptxConstants.java
forester/java/src/org/forester/util/ForesterConstants.java

index 024e3df..0508f65 100644 (file)
@@ -37,11 +37,9 @@ import org.forester.util.ForesterConstants;
 public final class AptxConstants {
 
     final static boolean        __ALLOW_PHYLOGENETIC_INFERENCE                                = true;
-    public final static boolean __RELEASE                                                     = false;                                                                             // TODO remove me
-    public final static boolean __SNAPSHOT_RELEASE                                            = false;                                                                             // TODO remove me
     public final static String  PRG_NAME                                                      = "Archaeopteryx";
-    final static String         VERSION                                                       = "0.9912 beta";
-    final static String         PRG_DATE                                                      = "160630";
+    final static String         VERSION                                                       = "0.9913 beta";
+    final static String         PRG_DATE                                                      = "160701";
     final static String         DEFAULT_CONFIGURATION_FILE_NAME                               = "_aptx_configuration_file";
     final static String[]       DEFAULT_FONT_CHOICES                                          = { 
             "Arial Unicode MS", "Dialog", "SansSerif", "Sans", "Arial", "Helvetica" };
index 4f1c3b4..9c2749b 100644 (file)
@@ -27,8 +27,8 @@ package org.forester.util;
 
 public final class ForesterConstants {
 
-    public final static String  FORESTER_VERSION            = "1.040";
-    public final static String  FORESTER_DATE               = "160630";
+    public final static String  FORESTER_VERSION            = "1.041";
+    public final static String  FORESTER_DATE               = "160701";
     public final static String  PHYLO_XML_VERSION           = "1.10";
     public final static String  PHYLO_XML_LOCATION          = "http://www.phyloxml.org";
     public final static String  PHYLO_XML_XSD               = "phyloxml.xsd";