# HG changeset patch # User John W. Eaton # Date 1295085184 18000 # Node ID 695141f1c05cf1b240592bdd18e7a1503bb2a539 # Parent 28bae9cd7ea93d98b6fb39d183e3600f70f57864 snapshot 3.3.55 diff -r 28bae9cd7ea9 -r 695141f1c05c ChangeLog --- a/ChangeLog Sat Jan 15 03:59:53 2011 -0500 +++ b/ChangeLog Sat Jan 15 04:53:04 2011 -0500 @@ -1,3 +1,9 @@ +2011-01-15 John W. Eaton + + * configure.ac (AC_INIT): Version is now 3.3.54. + (OCTAVE_API_VERSION_NUMBER): Now 42. + (OCTAVE_RELEASE_DATE): Now 2010-11-19. + 2011-01-15 John W. Eaton * NEWS: Add krylovb to deprecated function list. diff -r 28bae9cd7ea9 -r 695141f1c05c configure.ac --- a/configure.ac Sat Jan 15 03:59:53 2011 -0500 +++ b/configure.ac Sat Jan 15 04:53:04 2011 -0500 @@ -27,13 +27,13 @@ EXTERN_CFLAGS="$CFLAGS" EXTERN_CXXFLAGS="$CXXFLAGS" -AC_INIT([GNU Octave], [3.3.54+], [bug@octave.org], [octave]) +AC_INIT([GNU Octave], [3.3.55], [bug@octave.org], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" -OCTAVE_API_VERSION_NUMBER="42" +OCTAVE_API_VERSION_NUMBER="43" OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" -OCTAVE_RELEASE_DATE="2010-11-19" +OCTAVE_RELEASE_DATE="2011-01-14" OCTAVE_COPYRIGHT="Copyright (C) 2010 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER)