Mercurial > hg > octave-lyh
changeset 12312:b10ea6efdc58 release-3-4-x ss-3-3-91
version is now 3.3.91
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 31 Jan 2011 08:36:58 -0500 |
parents | 9fa77a1ead19 |
children | da2a683eb14f |
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.91. + (OCTAVE_API_VERSION_NUMBER): Now 45. + (OCTAVE_RELEASE_DATE): Now 2011-01-31. + 2010-01-30 Rik <octave@nomad.inbox5.com> * NEWS: Deprecate glpkmex function.
--- a/configure.ac +++ b/configure.ac @@ -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)