changeset 14103:47b1c1c9b06a stable

append + to version * configure.ac (AC_INIT): Version is now 3.5.91+.
author John W. Eaton <jwe@octave.org>
date Fri, 23 Dec 2011 19:26:06 -0500
parents 47381d26ced7
children 614505385171
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Dec 23 19:24:54 2011 -0500
+++ b/configure.ac	Fri Dec 23 19:26:06 2011 -0500
@@ -27,7 +27,7 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.5.91], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.5.91+], [http://octave.org/bugs.html], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"