[Rivet-svn] r2499 - trunk

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Jun 21 23:05:50 BST 2010


Author: buckley
Date: Mon Jun 21 23:06:02 2010
New Revision: 2499

Log:
Changing version number to 1.2.2a in anticipation of a patch release in the near future.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Mon Jun 21 23:05:26 2010	(r2498)
+++ trunk/configure.ac	Mon Jun 21 23:06:02 2010	(r2499)
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([Rivet],[1.2.1],[rivet at projects.hepforge.org],[Rivet])
+AC_INIT([Rivet],[1.2.2a],[rivet at projects.hepforge.org],[Rivet])
 AC_CONFIG_SRCDIR([src/Core/Analysis.cc])
 AC_CONFIG_HEADERS([include/Rivet/Config/DummyConfig.hh include/Rivet/Config/RivetConfig.hh include/Rivet/Config/BuildOptions.hh])
 AM_INIT_AUTOMAKE(dist-bzip2)
@@ -16,8 +16,8 @@
 AC_DEFINE_UNQUOTED(RIVET_BUGREPORT, "$PACKAGE_BUGREPORT", "Rivet contact email address")
 
 ## Set library version info code
-## Set for version 1.1.3
-VERSIONINFOFLAGS="-version-info 5:0:0"
+## Set for version 1.2.2
+VERSIONINFOFLAGS="-version-info 6:0:0"
 AC_SUBST(VERSIONINFOFLAGS)
 
 ## OS X


More information about the Rivet-svn mailing list