# HG changeset patch # User Rik # Date 1328035213 28800 # Node ID 6cb3b158e9732e3269f9db3d1389929c3cf560c9 # Parent 21572e9bd365e990de0ee2cef58dfb07cc4cdcd2 maint: Bump Octave version to development numbering of 3.7.0+ configure.ac: Bump Octave version to development numbering of 3.7.0+ diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ EXTERN_CFLAGS="$CFLAGS" EXTERN_CXXFLAGS="$CXXFLAGS" -AC_INIT([GNU Octave], [3.6.0], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.7.0+], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"