From 5f564e27d53a27491402f5aaca9c98691d71166d Mon Sep 17 00:00:00 2001 From: Tim Schaefer Date: Mon, 25 Mar 2013 15:18:42 +0000 Subject: [PATCH] updated README and version numbers for new release --- plcc/doc/RELEASE_LOG | 9 +++++++++ plcc/src/plcc/Settings.java | 2 +- vpg/src/vpg/Settings.java | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/plcc/doc/RELEASE_LOG b/plcc/doc/RELEASE_LOG index 3bd31f504..ad001a2ea 100644 --- a/plcc/doc/RELEASE_LOG +++ b/plcc/doc/RELEASE_LOG @@ -112,6 +112,15 @@ Updates from version 2012-09-14 to 2012-10-11: * VPG: - increased size of some input text fields +Updates from version 2012-10-11 to 2013-03-25: +================================================ +* PLCC (new version 0.70): + - fixed handling of alternate location PDB field for PDB files which do not have valid atoms in default location: + we now choose the AltLoc which has a CA atom and maximizes the number of atoms (only the latter for non-AAs) + - updates to javadoc and small fixes +* VPG (new version 0.24): + - the log file is now written to the user home (instead of a subdir which may not exist at that time) + -- ts \ No newline at end of file diff --git a/plcc/src/plcc/Settings.java b/plcc/src/plcc/Settings.java index 9755820d1..3b51d9f35 100644 --- a/plcc/src/plcc/Settings.java +++ b/plcc/src/plcc/Settings.java @@ -71,7 +71,7 @@ public static String getApptag() { * @return the PLCC version */ public static String getVersion() { - return("0.69"); + return("0.70"); } /** diff --git a/vpg/src/vpg/Settings.java b/vpg/src/vpg/Settings.java index b618fb40f..299acc033 100644 --- a/vpg/src/vpg/Settings.java +++ b/vpg/src/vpg/Settings.java @@ -182,7 +182,7 @@ public static Boolean setDefaults() { * @return the version string */ public static String getVersion() { - return("0.23"); + return("0.24"); }