X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FConstants.java;h=451d04c7ad0a6eb054d5ea806c2193ae8a4d63a7;hb=1e1670fd938a340afae93bdf8703c5f45f0dc404;hp=ea932feec65d23ad60c64a4ed15a3e1566a60a27;hpb=15a1e4bec0836b935805c18e67e4cf9e48454617;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index ea932fe..451d04c 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -36,13 +36,13 @@ import org.forester.util.ForesterConstants; public final class Constants { - final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = true; - public final static boolean __RELEASE = true; // TODO remove me + final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = false; + public final static boolean __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 String PRG_NAME = "Archaeopteryx"; - final static String VERSION = "0.962 beta 2N"; - final static String PRG_DATE = "2011.09.17"; + final static String VERSION = "0.969 demo BG"; + final static String PRG_DATE = "2012.02.13"; 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" };