changeset 14027:79c8a5243360

append + to version * configure.ac (AC_INIT): Version is now 3.5.90+.
author John W. Eaton <jwe@octave.org>
date Sun, 11 Dec 2011 23:19:35 -0500
parents 3781981be535
children 2ed17790425e
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Dec 11 23:18:31 2011 -0500
+++ b/configure.ac	Sun Dec 11 23:19:35 2011 -0500
@@ -27,7 +27,7 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.5.90], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.5.90+], [http://octave.org/bugs.html], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"