# HG changeset patch # User Rik # Date 1423374515 28800 # Node ID f4361ca47463b67ac6de151a133bebfad4ecbcc4 # Parent 793d295fed4d771433c9c50c44d73e5f8e14fa4c Change Octave version to 3.9.1+ to distinguish it from previous gui-release branch. * configure.ac: Change version number to 3.9.1+ diff -r 793d295fed4d -r f4361ca47463 configure.ac --- a/configure.ac Sun Feb 01 20:46:37 2015 -0500 +++ b/configure.ac Sat Feb 07 21:48:35 2015 -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], [3.9.1+], [http://octave.org/bugs.html], [octave]) dnl Note that the version number is duplicated here and in AC_INIT dnl because AC_INIT requires it to be static, not computed from