# HG changeset patch # User John W. Eaton # Date 1295723742 18000 # Node ID ddd4ef7934fcd963ebc6deba9e8f36aae12b0674 # Parent adbc08052ccdd05f812b68191a33210d7d9db213 update version info to 3.5.0+ after branch for release diff -r adbc08052ccd -r ddd4ef7934fc ChangeLog --- a/ChangeLog Sat Jan 22 13:54:18 2011 -0500 +++ b/ChangeLog Sat Jan 22 14:15:42 2011 -0500 @@ -1,3 +1,10 @@ +2011-01-22 John W. Eaton + + * configure.ac (AC_INIT): Version is now 3.5.0+. + (OCTAVE_API_VERSION_NUMBER): Now 44. + (OCTAVE_RELEASE_DATE): Now 2011-01-22. + (OCTAVE_COPYRIGHT): Update year. + 2010-01-20 Rik * README.Cygwin, README.MacOS, README.Windows, README.ftp: Update diff -r adbc08052ccd -r ddd4ef7934fc configure.ac --- a/configure.ac Sat Jan 22 13:54:18 2011 -0500 +++ b/configure.ac Sat Jan 22 14:15:42 2011 -0500 @@ -27,14 +27,14 @@ EXTERN_CFLAGS="$CFLAGS" EXTERN_CXXFLAGS="$CXXFLAGS" -AC_INIT([GNU Octave], [3.3.55], [bug@octave.org], [octave]) +AC_INIT([GNU Octave], [3.5.0+], [bug@octave.org], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" -OCTAVE_API_VERSION_NUMBER="43" +OCTAVE_API_VERSION_NUMBER="44" OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" -OCTAVE_RELEASE_DATE="2011-01-14" -OCTAVE_COPYRIGHT="Copyright (C) 2010 John W. Eaton and others." +OCTAVE_RELEASE_DATE="2011-01-22" +OCTAVE_COPYRIGHT="Copyright (C) 2011 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER) AC_SUBST(OCTAVE_API_VERSION)