[Rivet-svn] r3228 - trunk

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jul 20 00:38:36 BST 2011


Author: buckley
Date: Wed Jul 20 00:38:36 2011
New Revision: 3228

Log:
Version bump for 1.5.2b0 testing tarball

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Tue Jul 19 20:37:08 2011	(r3227)
+++ trunk/ChangeLog	Wed Jul 20 00:38:36 2011	(r3228)
@@ -1,3 +1,8 @@
+2011-07-19  Andy Buckley  <andy at insectnation.org>
+
+	* Version bump to 1.5.2.b01 in preparation for a release in the
+	very near future.
+
 2011-07-18  David Mallows <dave.mallows at gmail.com>
 
 	* Replaced MC_TTBAR: Added t,tbar reconstruction. Not yet working.

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Tue Jul 19 20:37:08 2011	(r3227)
+++ trunk/configure.ac	Wed Jul 20 00:38:36 2011	(r3228)
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([Rivet],[1.5.2a0],[rivet at projects.hepforge.org],[Rivet])
+AC_INIT([Rivet],[1.5.2b0],[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)
@@ -17,8 +17,8 @@
 AC_DEFINE_UNQUOTED(RIVET_BUGREPORT, "$PACKAGE_BUGREPORT", "Rivet contact email address")
 
 ## Set library version info code
-## Set for version 1.5.0
-VERSIONINFOFLAGS="-version-info 8:0:0"
+## Set for version 1.5.2
+VERSIONINFOFLAGS="-version-info 9:0:0"
 AC_SUBST(VERSIONINFOFLAGS)
 
 ## OS X


More information about the Rivet-svn mailing list