# HG changeset patch # User John W. Eaton # Date 1296481018 18000 # Node ID b10ea6efdc58565109152b435ac7b9b1a7697223 # Parent 9fa77a1ead19b8b4275961feb1e8e842306f54da version is now 3.3.91 diff -r 9fa77a1ead19 -r b10ea6efdc58 ChangeLog --- a/ChangeLog Mon Jan 31 08:36:06 2011 -0500 +++ b/ChangeLog Mon Jan 31 08:36:58 2011 -0500 @@ -1,3 +1,9 @@ +2011-01-31 John W. Eaton + + * configure.ac (AC_INIT): Version is now 3.3.91. + (OCTAVE_API_VERSION_NUMBER): Now 45. + (OCTAVE_RELEASE_DATE): Now 2011-01-31. + 2010-01-30 Rik * NEWS: Deprecate glpkmex function. diff -r 9fa77a1ead19 -r b10ea6efdc58 configure.ac --- a/configure.ac Mon Jan 31 08:36:06 2011 -0500 +++ b/configure.ac Mon Jan 31 08:36:58 2011 -0500 @@ -27,13 +27,13 @@ EXTERN_CFLAGS="$CFLAGS" EXTERN_CXXFLAGS="$CXXFLAGS" -AC_INIT([GNU Octave], [3.3.90+], [bug@octave.org], [octave]) +AC_INIT([GNU Octave], [3.3.91], [bug@octave.org], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" -OCTAVE_API_VERSION_NUMBER="44" +OCTAVE_API_VERSION_NUMBER="45" OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" -OCTAVE_RELEASE_DATE="2011-01-22" +OCTAVE_RELEASE_DATE="2011-01-31" OCTAVE_COPYRIGHT="Copyright (C) 2011 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER)