New patch release 4.6.2
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 30 May 2013 14:00:03 +0000 (16:00 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 30 May 2013 14:42:42 +0000 (16:42 +0200)
Added details of Pronk, et al 2013 paper to README

Bumped version to 4.6.3-dev. The v4.6.2 tag points to the actual
version that built the tarball, which was patch set 1.

Change-Id: I9b17cd80f34e2d175dbed0d87677a0611254b7c7

CMakeLists.txt
README

index 9537782c5f8d1840b54db1855de0b764493133e9..e79363131121b14f0e1324678b0ad98c8858858f 100644 (file)
@@ -56,12 +56,12 @@ mark_as_advanced(DART_ROOT)
 # machine with no git. 
 #
 # NOTE: when releasing the "-dev" suffix needs to be stripped off!
-set(PROJECT_VERSION "4.6.2-dev")
+set(PROJECT_VERSION "4.6.3-dev")
 # The version number of the regressiontest tarball against which this
 # git branch can be tested. Normally, this will be the version of the
 # last patch release. Comment the next line out for branches leading
 # to a major/minor release.
-set(REGRESSIONTEST_VERSION "4.6.1")
+set(REGRESSIONTEST_VERSION "4.6.2")
 set(CUSTOM_VERSION_STRING ""
     CACHE STRING "Custom version string (if empty, use hard-coded default)")
 mark_as_advanced(CUSTOM_VERSION_STRING)
diff --git a/README b/README
index b09fdc4b58d1015443f8cee4a89836db5319ef7f..5aedfeaa4fd74084f58eb141d7142a089b1fc80a 100644 (file)
--- a/README
+++ b/README
@@ -62,7 +62,7 @@ To help us fund development, we humbly ask that you cite the GROMACS papers:
   Sander Pronk, Szilárd Páll, Roland Schulz, Per Larsson, Pär Bjelkmar,
   Rossen Apostolov, Michael R. Shirts, Jeremy C. Smith, Peter M. Kasson,
   David van der Spoel, Berk Hess, Erik Lindahl.
-  Bioinformatics (2013)
+  Bioinformatics 29 (2013) pp. 845-54
   DOI: 10.1093/bioinformatics/btt055
 
 There are a lot of cool features we'd like to include in future versions,