# HG changeset patch # User John W. Eaton # Date 1295722232 18000 # Node ID 6c54ad0fde0495cb6972d2db1dc96f25e570f9c0 # Parent adbc08052ccdd05f812b68191a33210d7d9db213 update copyright and version info for release branch diff -r adbc08052ccd -r 6c54ad0fde04 ChangeLog --- a/ChangeLog Sat Jan 22 13:54:18 2011 -0500 +++ b/ChangeLog Sat Jan 22 13:50:32 2011 -0500 @@ -1,3 +1,10 @@ +2011-01-22 John W. Eaton + + * configure.ac (AC_INIT): Version is now 3.3.90. + (OCTAVE_API_VERSION_NUMBER): Now 44. + (OCTAVE_RELEASE_DATE): Now 2011-01-22. + (OCTAVE_COPYRIGHT): Update year to 2011. + 2010-01-20 Rik * README.Cygwin, README.MacOS, README.Windows, README.ftp: Update diff -r adbc08052ccd -r 6c54ad0fde04 configure.ac --- a/configure.ac Sat Jan 22 13:54:18 2011 -0500 +++ b/configure.ac Sat Jan 22 13:50:32 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.3.90], [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)