changeset 18047:bc0195254fdb

maint: bump version number to 3.9.0+ on default branch. * configure.ac: bump version number to 3.9.0+ on default branch.
author Rik <rik@octave.org>
date Mon, 02 Dec 2013 13:00:30 -0800
parents 14881e15dc2c
children 46c131e5676e
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Dec 02 20:53:21 2013 +0000
+++ b/configure.ac	Mon Dec 02 13:00:30 2013 -0800
@@ -19,7 +19,7 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.62])
-AC_INIT([GNU Octave], [3.7.7+], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.9.0+], [http://octave.org/bugs.html], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"