|
[Rivet-svn] r4217 - trunkblackhole at projects.hepforge.org blackhole at projects.hepforge.orgSat Mar 9 21:39:44 GMT 2013
Author: buckley Date: Sat Mar 9 21:39:44 2013 New Revision: 4217 Log: Version bump to 2.0.0b1 in anticipation of first beta release. Modified: trunk/ChangeLog trunk/configure.ac Modified: trunk/ChangeLog ============================================================================== --- trunk/ChangeLog Sat Mar 9 21:37:52 2013 (r4216) +++ trunk/ChangeLog Sat Mar 9 21:39:44 2013 (r4217) @@ -1,5 +1,7 @@ 2013-03-09 Andy Buckley <andy.buckley at cern.ch> + * Version bump to 2.0.0b1 in anticipation of first beta release. + * Adding many more 'popular' particle ID code named-consts and aliases, and updating the RapScheme enum with ETA -> ETARAP, and fixing affected analyses (plus other opportunistic tidying / minor Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac Sat Mar 9 21:37:52 2013 (r4216) +++ trunk/configure.ac Sat Mar 9 21:39:44 2013 (r4217) @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([Rivet],[2.0.0a0],[rivet at projects.hepforge.org],[Rivet]) +AC_INIT([Rivet],[2.0.0b1],[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 @@ -21,7 +21,7 @@ ## Set library version info code ## Set for version 2.0.0 -VERSIONINFOFLAGS="-version-info 12:0:0" +VERSIONINFOFLAGS="-version-info 13:0:0" AC_SUBST(VERSIONINFOFLAGS) ## OS X
More information about the Rivet-svn mailing list |