From: cmzmasek@gmail.com Date: Thu, 29 Mar 2012 02:06:40 +0000 (+0000) Subject: in progress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=9dd14be21a9f6b122df48932df53b33730d398cc;p=jalview.git in progress --- diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index f2ac20e..8832d0b 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -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" };