Mercurial > hg > octave-jordi
diff configure.ac @ 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 | 704f7895eef0 |
children | ec99c8c185be |
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"