X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FConstants.java;h=088cf936d19ee4641c27eb8d0f0e6b49fc06b57f;hb=9bb791edf52887de31d1a49ff9606f85724a09a8;hp=e388a7a21c0b73a7d9c8932627fb91601e0bc1b7;hpb=6cdcf24cf241aa7eac031a6e13b1b95b22d84130;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index e388a7a..088cf93 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -37,11 +37,12 @@ import org.forester.util.ForesterConstants; public final class Constants { final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = true; - final static boolean __RELEASE = false; // TODO remove me - final static boolean __SNAPSHOT_RELEASE = false; // TODO remove me - final static String PRG_NAME = "Archaeopteryx"; - final static String VERSION = "0.960 beta A48"; - final static String PRG_DATE = "2011.03.09"; + public final static boolean __RELEASE = true; // 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 B48"; + final static String PRG_DATE = "2011.05.27"; 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" }; @@ -106,4 +107,5 @@ public final class Constants { 144, 144 ); final static String NCBI_ALL_DATABASE_SEARCH = "http://www.ncbi.nlm.nih.gov/gquery/?term="; + final static short DEFAULT_NODE_SHAPE_SIZE_DEFAULT = 6; }