Mercurial > hg > octave-lyh
changeset 10843:229675bb7647 ss-3-3-52
version is now 3.3.52
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 01 Aug 2010 11:49:45 -0400 |
parents | 830e03dd844e |
children | 2a99f746b1d7 |
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 @@ +2010-08-01 John W. Eaton <jwe@octave.org> + + * configure.ac (AC_INIT): Version is now 3.3.52. + (OCTAVE_API_VERSION_NUMBER): Now 40. + (OCTAVE_RELEASE_DATE): Now 2010-08-01. + 2010-07-30 Rik <octave@nomad.inbox5.com> * Makefile.am: add .gdbinit to the DISTCLEANFILES list
--- a/configure.ac +++ b/configure.ac @@ -29,13 +29,13 @@ EXTERN_CFLAGS="$CFLAGS" EXTERN_CXXFLAGS="$CXXFLAGS" -AC_INIT([GNU Octave], [3.3.51+], [bug@octave.org], [octave]) +AC_INIT([GNU Octave], [3.3.52], [bug@octave.org], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" -OCTAVE_API_VERSION_NUMBER="39" +OCTAVE_API_VERSION_NUMBER="40" OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" -OCTAVE_RELEASE_DATE="2010-03-24" +OCTAVE_RELEASE_DATE="2010-08-01" OCTAVE_COPYRIGHT="Copyright (C) 2010 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER)