# HG changeset patch # User John W. Eaton # Date 1357196348 18000 # Node ID fefd7c4a130917051af79f6fe737a0d22b837271 # Parent b4fc49f82ac3922d7b6fa609087c6863c8fa11cb maint: bump version number to 3.7.1+ * configure.ac (AC_INIT): Set version to 3.7.1+. diff -r b4fc49f82ac3 -r fefd7c4a1309 configure.ac --- a/configure.ac Thu Jan 03 01:57:47 2013 -0500 +++ b/configure.ac Thu Jan 03 01:59:08 2013 -0500 @@ -19,7 +19,7 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.7.1], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.7.1+], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"