Mercurial > hg > octave-avbm
changeset 12409:2848dd7c4dd7 release-3-4-x release-3-4-0
version 3.4.0 released
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 08 Feb 2011 05:00:08 -0500 |
parents | 187d48827b47 |
children | 90626a8b975b |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-01-31 John W. Eaton <jwe@octave.org> + + Version 3.4.0 released. + + * configure.ac (AC_INIT): Version is now 3.4.0. + (OCTAVE_API_VERSION_NUMBER): Now 47. + (OCTAVE_RELEASE_DATE): Now 2011-02-08. + 2011-01-31 John W. Eaton <jwe@octave.org> * configure.ac (AC_INIT): Version is now 3.3.92.
--- a/configure.ac +++ b/configure.ac @@ -27,13 +27,13 @@ EXTERN_CFLAGS="$CFLAGS" EXTERN_CXXFLAGS="$CXXFLAGS" -AC_INIT([GNU Octave], [3.3.92], [bug@octave.org], [octave]) +AC_INIT([GNU Octave], [3.4.0], [bug@octave.org], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" -OCTAVE_API_VERSION_NUMBER="46" +OCTAVE_API_VERSION_NUMBER="47" OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" -OCTAVE_RELEASE_DATE="2011-02-06" +OCTAVE_RELEASE_DATE="2011-02-08" OCTAVE_COPYRIGHT="Copyright (C) 2011 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER)