in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 29 Mar 2012 02:06:40 +0000 (02:06 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Thu, 29 Mar 2012 02:06:40 +0000 (02:06 +0000)
forester/java/src/org/forester/archaeopteryx/Constants.java

index f2ac20e..8832d0b 100644 (file)
@@ -36,14 +36,14 @@ import org.forester.util.ForesterConstants;
 
 public final class Constants {
 
-    final static boolean        __ALLOW_PHYLOGENETIC_INFERENCE                                = false;
-    public final static boolean __RELEASE                                                     = true;                                                     // TODO remove me
-    public final static boolean __SNAPSHOT_RELEASE                                            = true;                                                     // TODO remove me
+    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 boolean __SYNTH_LF                                                    = false;                                                    // TODO remove me
     public final static boolean ALLOW_DDBJ_BLAST                                              = false;
     public final static String  PRG_NAME                                                      = "Archaeopteryx";
-    final static String         VERSION                                                       = "0.970 BG";
-    final static String         PRG_DATE                                                      = "2012.03.28";
+    final static String         VERSION                                                       = "0.971 9M";
+    final static String         PRG_DATE                                                      = "2012.03.29";
     final static String         DEFAULT_CONFIGURATION_FILE_NAME                               = "_aptx_configuration_file";
     final static String[]       DEFAULT_FONT_CHOICES                                          = { "Verdana", "Tahoma",
             "Arial", "Helvetica", "Dialog", "Lucida Sans", "SansSerif", "Sans-serif", "Sans" };