[Rivet-svn] r2703 - trunk

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Sep 24 16:54:40 BST 2010


Author: buckley
Date: Fri Sep 24 16:54:40 2010
New Revision: 2703

Log:
Ready for 1.3.0 release

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Thu Sep 23 16:22:24 2010	(r2702)
+++ trunk/ChangeLog	Fri Sep 24 16:54:40 2010	(r2703)
@@ -1,3 +1,11 @@
+2010-09-24  Andy Buckley  <andy at insectnation.org>
+
+	* Releasing as Rivet 1.3.0.
+
+	* Bundling underscore.sty to fix problems with running make-plots
+	on dat files generated by compare-histos from AIDA files with
+	underscores in their names.
+
 2010-09-16  Andy Buckley  <andy at insectnation.org>
 
 	* Fix error in N_effective definition for weighted profile errors.

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Thu Sep 23 16:22:24 2010	(r2702)
+++ trunk/configure.ac	Fri Sep 24 16:54:40 2010	(r2703)
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([Rivet],[1.2.2b],[rivet at projects.hepforge.org],[Rivet])
+AC_INIT([Rivet],[1.3.0],[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,7 +16,7 @@
 AC_DEFINE_UNQUOTED(RIVET_BUGREPORT, "$PACKAGE_BUGREPORT", "Rivet contact email address")
 
 ## Set library version info code
-## Set for version 1.2.2
+## Set for version 1.3.0
 VERSIONINFOFLAGS="-version-info 6:0:0"
 AC_SUBST(VERSIONINFOFLAGS)
 


More information about the Rivet-svn mailing list