[Rivet-svn] r2801 - trunk

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Dec 2 14:46:41 GMT 2010


Author: buckley
Date: Thu Dec  2 14:46:40 2010
New Revision: 2801

Log:
Bump release and API version numbers for 1.4.0 release in next day or so

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Thu Dec  2 14:33:54 2010	(r2800)
+++ trunk/configure.ac	Thu Dec  2 14:46:40 2010	(r2801)
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([Rivet],[1.3.1a1],[rivet at projects.hepforge.org],[Rivet])
+AC_INIT([Rivet],[1.4.0a0],[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.3.0
-VERSIONINFOFLAGS="-version-info 6:0:0"
+## Set for version 1.4.0
+VERSIONINFOFLAGS="-version-info 7:0:0"
 AC_SUBST(VERSIONINFOFLAGS)
 
 ## OS X


More information about the Rivet-svn mailing list