|
[Rivet-svn] r4229 - branches/2012-06-aidarivetblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Mar 22 16:11:47 GMT 2013
Author: buckley Date: Fri Mar 22 16:11:47 2013 New Revision: 4229 Log: Version bump to 1.8.3 for incipient release. Modified: branches/2012-06-aidarivet/ChangeLog branches/2012-06-aidarivet/configure.ac Modified: branches/2012-06-aidarivet/ChangeLog ============================================================================== --- branches/2012-06-aidarivet/ChangeLog Fri Mar 22 16:07:59 2013 (r4228) +++ branches/2012-06-aidarivet/ChangeLog Fri Mar 22 16:11:47 2013 (r4229) @@ -1,5 +1,7 @@ 2013-03-22 Andy Buckley <andy.buckley at cern.ch> + * Version bump to 1.8.3 for incipient release. + * Adding Particle::fromDecay() method. 2013-03-09 Andy Buckley <andy.buckley at cern.ch> Modified: branches/2012-06-aidarivet/configure.ac ============================================================================== --- branches/2012-06-aidarivet/configure.ac Fri Mar 22 16:07:59 2013 (r4228) +++ branches/2012-06-aidarivet/configure.ac Fri Mar 22 16:11:47 2013 (r4229) @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([Rivet],[1.8.2],[rivet at projects.hepforge.org],[Rivet]) +AC_INIT([Rivet],[1.8.3],[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 @@ -20,8 +20,8 @@ AC_DEFINE_UNQUOTED(RIVET_BUGREPORT, "$PACKAGE_BUGREPORT", "Rivet contact email address") ## Set library version info code -## Set for version 1.8.0 -VERSIONINFOFLAGS="-version-info 11:0:0" +## Set for version 1.8.3 +VERSIONINFOFLAGS="-version-info 11:1:0" AC_SUBST(VERSIONINFOFLAGS) ## OS X
More information about the Rivet-svn mailing list |