in progress
[jalview.git] / forester / java / src / org / forester / archaeopteryx / Constants.java
index 338d2f3..c7f8414 100644 (file)
@@ -36,13 +36,14 @@ import org.forester.util.ForesterConstants;
 
 public final class Constants {
 
-    final static boolean        __ALLOW_PHYLOGENETIC_INFERENCE                                = true;
+    final static boolean        __ALLOW_PHYLOGENETIC_INFERENCE                                = false;
     public final static boolean __RELEASE                                                     = false;                                                    // TODO remove me
-    public final static boolean __SNAPSHOT_RELEASE                                            = false;                                                    // TODO remove me
+    public final static boolean __SNAPSHOT_RELEASE                                            = true;                                                     // 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.969 beta BG";
-    final static String         PRG_DATE                                                      = "2012.01.11";
+    final static String         VERSION                                                       = "0.969 NM";
+    final static String         PRG_DATE                                                      = "2012.03.05";
     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" };