changeset 14296:6cb3b158e973

maint: Bump Octave version to development numbering of 3.7.0+ configure.ac: Bump Octave version to development numbering of 3.7.0+
author Rik <octave@nomad.inbox5.com>
date Tue, 31 Jan 2012 10:40:13 -0800
parents 21572e9bd365
children 7a7ce92cff56
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"