|
From: <sv...@va...> - 2009-08-20 20:20:18
|
Author: sewardj Date: 2009-08-20 21:20:05 +0100 (Thu, 20 Aug 2009) New Revision: 10856 Log: Bump version number on trunk. (is that the correct convention, "3.6.0.SVN" ?) Modified: trunk/configure.in Modified: trunk/configure.in =================================================================== --- trunk/configure.in 2009-08-20 18:38:59 UTC (rev 10855) +++ trunk/configure.in 2009-08-20 20:20:05 UTC (rev 10856) @@ -8,7 +8,7 @@ ##------------------------------------------------------------## # Process this file with autoconf to produce a configure script. -AC_INIT(Valgrind, 3.5.0, val...@li...) +AC_INIT(Valgrind, 3.6.0.SVN, val...@li...) AC_CONFIG_SRCDIR(coregrind/m_main.c) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([foreign]) |