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=bd7cd3f09c37100193539613c44097e5145e70c3;hpb=f7f0102d3e7eb2fd254f7d22d75a88495133449c;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/AptxConstants.java b/forester/java/src/org/forester/archaeopteryx/AptxConstants.java index bd7cd3f..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 = "160631"; + 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" };