|
[Rivet-svn] r3631 - trunkblackhole at projects.hepforge.org blackhole at projects.hepforge.orgMon Mar 19 22:59:48 GMT 2012
Author: buckley Date: Mon Mar 19 22:59:48 2012 New Revision: 3631 Log: Version 1.8.0! Modified: trunk/ChangeLog trunk/configure.ac Modified: trunk/ChangeLog ============================================================================== --- trunk/ChangeLog Mon Mar 19 22:58:31 2012 (r3630) +++ trunk/ChangeLog Mon Mar 19 22:59:48 2012 (r3631) @@ -1,5 +1,9 @@ 2012-03-19 Andy Buckley <andy.buckley at cern.ch> + * Version 1.8.0! + + * src/Projections/UnstableFinalState.cc: Fix compiler warning. + * Version bump for testing: 1.8.0beta1. * src/Core/AnalysisInfo.cc: Add printout of YAML parser exception error messages to aid debugging. Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac Mon Mar 19 22:58:31 2012 (r3630) +++ trunk/configure.ac Mon Mar 19 22:59:48 2012 (r3631) @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([Rivet],[1.8.0beta1],[rivet at projects.hepforge.org],[Rivet]) +AC_INIT([Rivet],[1.8.0],[rivet at projects.hepforge.org],[Rivet]) if test "$prefix" = "$PWD"; then AC_MSG_ERROR([Installation into the build directory is not supported: use a different --prefix argument]) fi
More information about the Rivet-svn mailing list |