From: cmzmasek@gmail.com Date: Sat, 28 May 2011 01:02:42 +0000 (+0000) Subject: in progress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=8d38a24735341be3904ecbaea7f8e21d2548c14f;p=jalview.git in progress --- diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index add3d40..006dadb 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -37,10 +37,10 @@ import org.forester.util.ForesterConstants; public final class Constants { 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 boolean __RELEASE = true; // TODO remove me + public final static boolean __SNAPSHOT_RELEASE = true; // TODO remove me public final static String PRG_NAME = "Archaeopteryx"; - final static String VERSION = "0.960 beta A48"; + 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",