# HG changeset patch # User John W. Eaton # Date 1360444435 18000 # Node ID 999f8257313b51bdfe1ca17a758b9f3f291c7de1 # Parent 31a0cbabf8dc4ca56d3cd99f2068803e19df6a26 bump version number to 3.7.2+ diff -r 31a0cbabf8dc -r 999f8257313b configure.ac --- a/configure.ac Sun Feb 10 00:59:23 2013 -0500 +++ b/configure.ac Sat Feb 09 16:13:55 2013 -0500 @@ -19,7 +19,7 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.7.2], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.7.2+], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"