Skip to content

Commit

Permalink
updated README and version numbers for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed Mar 25, 2013
1 parent c196e11 commit 5f564e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions plcc/doc/RELEASE_LOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion plcc/src/plcc/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static String getApptag() {
* @return the PLCC version
*/
public static String getVersion() {
return("0.69");
return("0.70");
}

/**
Expand Down
2 changes: 1 addition & 1 deletion vpg/src/vpg/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public static Boolean setDefaults() {
* @return the version string
*/
public static String getVersion() {
return("0.23");
return("0.24");
}


Expand Down

0 comments on commit 5f564e2

Please sign in to comment.