[Rivet-svn] r2770 - trunk

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Nov 25 20:44:23 GMT 2010


Author: buckley
Date: Thu Nov 25 20:44:22 2010
New Revision: 2770

Log:
Semi-meaningful change of version number: that was a lot of stuff that went in today! In fact, given that there is quite a lot more functionality on the JetAlg and friends now, and the API is not fully backward compatible (enum name change), I think that 1.4.0 might be more appropriate: we did want to get into the habit of more aggressive version incrementing ;) To come: conversion of the CDF b-jet shape analysis and applying the CDF 1994 correction factors (and probably demolishing half the analysis at the same time).

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	Thu Nov 25 16:13:54 2010	(r2769)
+++ trunk/configure.ac	Thu Nov 25 20:44:22 2010	(r2770)
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([Rivet],[1.3.1a0],[rivet at projects.hepforge.org],[Rivet])
+AC_INIT([Rivet],[1.3.1a1],[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)


More information about the Rivet-svn mailing list