X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FConstants.java;h=1b47fb95a6c1f816836fa373e42456378443de92;hb=d55628ea76bcf138e44e6aee3d0e953dec1c2360;hp=18a09dea396d21364e7d80a90517bc52b9e870c5;hpb=f3578c8bca780191d23d36d3791d2ec2c0bf38ad;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index 18a09de..1b47fb9 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -37,13 +37,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 + 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.972 9M"; - final static String PRG_DATE = "2012.06.29"; + final static String VERSION = "0.974"; + final static String PRG_DATE = "121005"; 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" };