changeset 10845:c0ffe159ba1a

version is now 3.3.52+
author John W. Eaton <jwe@octave.org>
date Sun, 01 Aug 2010 14:50:51 -0400
parents 2a99f746b1d7
children a4f482e66b65
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-03-24  John W. Eaton  <jwe@octave.org>
+
+	* configure.ac (AC_INIT): Version is now 3.3.52+.
+
 2010-08-01  John W. Eaton  <jwe@octave.org>
 
 	* configure.ac (AC_INIT): Version is now 3.3.52.
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.3.52], [bug@octave.org], [octave])
+AC_INIT([GNU Octave], [3.3.52+], [bug@octave.org], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"