changeset 18110:c8ef8ba5ea9c

configure.ac: Update version to 4.1.0+ on default branch. * configure.ac: Update version to 4.1.0+ on default branch.
author Rik <rik@octave.org>
date Thu, 05 Dec 2013 11:49:59 -0800
parents 36063e43c511
children e3511cec60a0
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 ### <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"