changeset 12314:a275d7bf12f1 release-3-4-x

version is now 3.3.91+
author John W. Eaton <jwe@octave.org>
date Mon, 31 Jan 2011 09:20:57 -0500
parents da2a683eb14f
children b7242f2c0165
files ChangeLog configure.ac
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-31  John W. Eaton  <jwe@octave.org>
+
+	* configure.ac (AC_INIT): Version is now 3.3.91+.
+
 2011-01-31  John W. Eaton  <jwe@octave.org>
 
 	* configure.ac (AC_INIT): Version is now 3.3.91.
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.3.91], [bug@octave.org], [octave])
+AC_INIT([GNU Octave], [3.3.91+], [bug@octave.org], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"