# HG changeset patch # User Rik # Date 1386086963 28800 # Node ID e6c17e9bc60007e71a7a3c69cfef3e0781cfab2a # Parent 2d3b1037fd12168ac0ce34826cdb8819a5bafd7a maint: Bump version to 4.1.0+ on default branch. * configure.ac: Bump version to 4.1.0+ on default branch. diff -r 2d3b1037fd12 -r e6c17e9bc600 configure.ac --- a/configure.ac Mon Dec 02 13:38:18 2013 -0800 +++ b/configure.ac Tue Dec 03 08:09:23 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"