changeset 11117:3cbc0d77db48 ss-3-3-53

update version info for snapshot
author John W. Eaton <jwe@octave.org>
date Tue, 19 Oct 2010 02:25:32 -0400
parents ec2a6c5760b2
children d517388b1c41
files ChangeLog configure.ac
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-19  John W. Eaton  <jwe@octave.org>
+
+	* configure.ac (AC_INIT): Version is now 3.3.53.
+	(OCTAVE_API_VERSION_NUMBER): Now 41.
+	(OCTAVE_RELEASE_DATE): Now 2010-10-19.
+
 2010-09-29  John W. Eaton  <jwe@octave.org>
 
 	* examples/make_int.cc (Fmake_int): Don't pass arg to mlock.
--- a/configure.ac
+++ b/configure.ac
@@ -29,13 +29,13 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.3.52+], [bug@octave.org], [octave])
+AC_INIT([GNU Octave], [3.3.53], [bug@octave.org], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"
-OCTAVE_API_VERSION_NUMBER="40"
+OCTAVE_API_VERSION_NUMBER="41"
 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+"
-OCTAVE_RELEASE_DATE="2010-08-01"
+OCTAVE_RELEASE_DATE="2010-10-19"
 OCTAVE_COPYRIGHT="Copyright (C) 2010 John W. Eaton and others."
 AC_SUBST(OCTAVE_VERSION)
 AC_SUBST(OCTAVE_API_VERSION_NUMBER)