# HG changeset patch # User John W. Eaton # Date 1287469532 14400 # Node ID 3cbc0d77db48aec32bcb202d09a036d2cb9cc3b9 # Parent ec2a6c5760b245f4a15af5875f2d1b77bbe17003 update version info for snapshot diff -r ec2a6c5760b2 -r 3cbc0d77db48 ChangeLog --- a/ChangeLog Tue Oct 19 03:24:57 2010 -0400 +++ b/ChangeLog Tue Oct 19 02:25:32 2010 -0400 @@ -1,3 +1,9 @@ +2010-10-19 John W. Eaton + + * 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 * examples/make_int.cc (Fmake_int): Don't pass arg to mlock. diff -r ec2a6c5760b2 -r 3cbc0d77db48 configure.ac --- a/configure.ac Tue Oct 19 03:24:57 2010 -0400 +++ b/configure.ac Tue Oct 19 02:25:32 2010 -0400 @@ -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)