changeset 19710:f4361ca47463

Change Octave version to 3.9.1+ to distinguish it from previous gui-release branch. * configure.ac: Change version number to 3.9.1+
author Rik <rik@octave.org>
date Sat, 07 Feb 2015 21:48:35 -0800
parents 793d295fed4d
children 0f557da98f5b
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 ### <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], [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