Mercurial > hg > octave-lyh
changeset 12385:c468c5b902b3 release-3-4-x ss-3-3-92
version is now 3.3.92
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 06 Feb 2011 06:27:19 -0500 |
parents | 59efc7da9f7b |
children | c1ea9b90a272 |
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 @@ +2011-01-31 John W. Eaton <jwe@octave.org> + + * configure.ac (AC_INIT): Version is now 3.3.92. + (OCTAVE_API_VERSION_NUMBER): Now 46. + (OCTAVE_RELEASE_DATE): Now 2011-02-06. + 2011-01-31 John W. Eaton <jwe@octave.org> * configure.ac (AC_INIT): Version is now 3.3.91+.
--- a/configure.ac +++ b/configure.ac @@ -27,13 +27,13 @@ EXTERN_CFLAGS="$CFLAGS" EXTERN_CXXFLAGS="$CXXFLAGS" -AC_INIT([GNU Octave], [3.3.91+], [bug@octave.org], [octave]) +AC_INIT([GNU Octave], [3.3.92], [bug@octave.org], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" -OCTAVE_API_VERSION_NUMBER="45" +OCTAVE_API_VERSION_NUMBER="46" OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" -OCTAVE_RELEASE_DATE="2011-01-31" +OCTAVE_RELEASE_DATE="2011-02-06" OCTAVE_COPYRIGHT="Copyright (C) 2011 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER)