moved from itext 2.1.7 to itextpdf 5.1.0
[jalview.git] / forester / java / src / org / forester / archaeopteryx / Constants.java
index 243a526..add3d40 100644 (file)
@@ -37,11 +37,11 @@ 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";
+    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.960 beta A48";
-    final static String         PRG_DATE                                                      = "2011.01.28";
+    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" };