changeset 18051:e6c17e9bc600

maint: Bump version to 4.1.0+ on default branch. * configure.ac: Bump version to 4.1.0+ on default branch.
author Rik <rik@octave.org>
date Tue, 03 Dec 2013 08:09:23 -0800
parents 2d3b1037fd12
children 7c9148b235eb
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 ### <http://www.gnu.org/licenses/>.
 
 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"