From 3986e2fdab35041b3967829adf7a63be536d85e9 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Sat, 30 Jun 2012 00:35:50 +0000 Subject: [PATCH] moving on --- forester/java/src/org/forester/archaeopteryx/Constants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index 18a09de..75bae3d 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -37,12 +37,12 @@ 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 VERSION = "0.972+ 9M"; final static String PRG_DATE = "2012.06.29"; final static String DEFAULT_CONFIGURATION_FILE_NAME = "_aptx_configuration_file"; final static String[] DEFAULT_FONT_CHOICES = { "Verdana", "Tahoma", -- 1.7.10.2