X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FAptxConstants.java;h=4b1c713bb49f00fd30ef87676da871d5d47ecd84;hb=0b49b8e750b34d28a5989facdd8a7959870de996;hp=024e3df8ede2df31a5f4712edae364f7431fa873;hpb=b84e8526477669cdd934fddf2c8d46cba432a2c4;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/AptxConstants.java b/forester/java/src/org/forester/archaeopteryx/AptxConstants.java index 024e3df..4b1c713 100644 --- a/forester/java/src/org/forester/archaeopteryx/AptxConstants.java +++ b/forester/java/src/org/forester/archaeopteryx/AptxConstants.java @@ -37,11 +37,9 @@ import org.forester.util.ForesterConstants; public final class AptxConstants { 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 String PRG_NAME = "Archaeopteryx"; - final static String VERSION = "0.9912 beta"; - final static String PRG_DATE = "160630"; + final static String VERSION = "0.9914 test"; + final static String PRG_DATE = "160714"; final static String DEFAULT_CONFIGURATION_FILE_NAME = "_aptx_configuration_file"; final static String[] DEFAULT_FONT_CHOICES = { "Arial Unicode MS", "Dialog", "SansSerif", "Sans", "Arial", "Helvetica" };