changeset 14166:7d6b8bc3fa2f stable

append + to version
author John W. Eaton <jwe@octave.org>
date Fri, 06 Jan 2012 16:48:00 -0500
parents 4f04284f45e9
children 906eecd4bf43
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Jan 06 14:34:22 2012 -0500
+++ b/configure.ac	Fri Jan 06 16:48:00 2012 -0500
@@ -27,7 +27,7 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.5.92], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.5.92+], [http://octave.org/bugs.html], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"