From 56e070aa36a2f75044ce1e368aef41222a3842c9 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Wed, 19 Feb 2014 02:41:07 +0000 Subject: [PATCH] inprogress --- forester/java/src/org/forester/archaeopteryx/Constants.java | 2 +- forester/java/src/org/forester/util/ForesterConstants.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index fc8459e..deca4b7 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -42,7 +42,7 @@ public final class Constants { 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.985 CC"; + final static String VERSION = "0.985 J"; final static String PRG_DATE = "140218"; final static String DEFAULT_CONFIGURATION_FILE_NAME = "_aptx_configuration_file"; final static String[] DEFAULT_FONT_CHOICES = { "Arial", "Helvetica", diff --git a/forester/java/src/org/forester/util/ForesterConstants.java b/forester/java/src/org/forester/util/ForesterConstants.java index 1ea689f..c2151f5 100644 --- a/forester/java/src/org/forester/util/ForesterConstants.java +++ b/forester/java/src/org/forester/util/ForesterConstants.java @@ -27,8 +27,8 @@ package org.forester.util; public final class ForesterConstants { - public final static String FORESTER_VERSION = "1.030"; - public final static String FORESTER_DATE = "140115"; + public final static String FORESTER_VERSION = "1.031"; + public final static String FORESTER_DATE = "140218"; public final static String PHYLO_XML_VERSION = "1.10"; public final static String PHYLO_XML_LOCATION = "http://www.phyloxml.org"; public final static String PHYLO_XML_XSD = "phyloxml.xsd"; -- 1.7.10.2