changeset 11275:f83e17ec270d

version is now 3.3.54+
author John W. Eaton <jwe@octave.org>
date Fri, 19 Nov 2010 16:07:00 -0500
parents 86c90c9489c3
children 475e90eb4ff1
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 @@
+2010-10-19  John W. Eaton  <jwe@octave.org>
+
+	* configure.ac (AC_INIT): Version is now 3.3.54+.
+
 2010-10-19  John W. Eaton  <jwe@octave.org>
 
 	* configure.ac (AC_INIT): Version is now 3.3.54.
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.3.54], [bug@octave.org], [octave])
+AC_INIT([GNU Octave], [3.3.54+], [bug@octave.org], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"