# HG changeset patch # User Rik # Date 1386272999 28800 # Node ID c8ef8ba5ea9cff84b87db5376ba46e557cb4f77f # Parent 36063e43c5112c2d045a71f250041d4636de9399 configure.ac: Update version to 4.1.0+ on default branch. * configure.ac: Update version to 4.1.0+ on default branch. diff -r 36063e43c511 -r c8ef8ba5ea9c configure.ac --- a/configure.ac Thu Dec 05 10:53:31 2013 -0800 +++ b/configure.ac Thu Dec 05 11:49:59 2013 -0800 @@ -19,7 +19,7 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.9.0+], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.1.0+], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"