|
[Rivet-svn] r3370 - trunkblackhole at projects.hepforge.org blackhole at projects.hepforge.orgSat Sep 17 19:50:07 BST 2011
Author: buckley Date: Sat Sep 17 19:50:07 2011 New Revision: 3370 Log: Bumping the release number to 1.7.0alpha0, since with these SPIRES/Inspire changes and the MissingMomentum API change we need more than a minor release. Modified: trunk/ChangeLog trunk/configure.ac Modified: trunk/ChangeLog ============================================================================== --- trunk/ChangeLog Sat Sep 17 19:48:44 2011 (r3369) +++ trunk/ChangeLog Sat Sep 17 19:50:07 2011 (r3370) @@ -1,5 +1,9 @@ 2011-09-17 Andy Buckley <andy at insectnation.org> + * Bumping the release number to 1.7.0alpha0, since with these + SPIRES/Inspire changes and the MissingMomentum API change we need + more than a minor release. + * Updating the mkanalysis, BibTeX-grabbing and other places that care about analysis SPIRES IDs to also be able to handle the new Inspire system record IDs. The missing link is getting to HepData Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac Sat Sep 17 19:48:44 2011 (r3369) +++ trunk/configure.ac Sat Sep 17 19:50:07 2011 (r3370) @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([Rivet],[1.6.1alpha0],[rivet at projects.hepforge.org],[Rivet]) +AC_INIT([Rivet],[1.7.0alpha0],[rivet at projects.hepforge.org],[Rivet]) if test "$prefix" = "$PWD"; then AC_MSG_ERROR([Installation into the build directory is not supported: use a different --prefix argument]) fi
More information about the Rivet-svn mailing list |