# HG changeset patch # User John W. Eaton # Date 1328804704 18000 # Node ID 95c43fc8dbe1a07a46fefb3372df5b2309d874fd # Parent 2cd56a5e3a66f70336e91269adf311d6606a5a68 3.6.1 release candidate 0 * configure.ac (AC_INIT): Version is now 3.6.1-rc0. (OCTAVE_RELEASE_DATE): Now 2012-02-07. * liboctave/Makefile.am: Bump liboctave revision version. * src/Makefile.am: Bump liboctave revision version. diff -r 2cd56a5e3a66 -r 95c43fc8dbe1 configure.ac --- a/configure.ac Tue Feb 07 11:41:33 2012 -0500 +++ b/configure.ac Thu Feb 09 11:25:04 2012 -0500 @@ -27,13 +27,13 @@ EXTERN_CFLAGS="$CFLAGS" EXTERN_CXXFLAGS="$CXXFLAGS" -AC_INIT([GNU Octave], [3.6.0], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.6.1-rc0], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_API_VERSION_NUMBER="48" OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" -OCTAVE_RELEASE_DATE="2012-01-15" +OCTAVE_RELEASE_DATE="2012-02-07" OCTAVE_COPYRIGHT="Copyright (C) 2012 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER) diff -r 2cd56a5e3a66 -r 95c43fc8dbe1 liboctave/Makefile.am --- a/liboctave/Makefile.am Tue Feb 07 11:41:33 2012 -0500 +++ b/liboctave/Makefile.am Thu Feb 09 11:25:04 2012 -0500 @@ -521,7 +521,7 @@ # Increment these as needed and according to the rules in the libtool # manual: liboctave_current = 1 -liboctave_revision = 0 +liboctave_revision = 1 liboctave_age = 0 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age) diff -r 2cd56a5e3a66 -r 95c43fc8dbe1 src/Makefile.am --- a/src/Makefile.am Tue Feb 07 11:41:33 2012 -0500 +++ b/src/Makefile.am Thu Feb 09 11:25:04 2012 -0500 @@ -516,7 +516,7 @@ # Increment these as needed and according to the rules in the libtool manual: liboctinterp_current = 1 -liboctinterp_revision = 0 +liboctinterp_revision = 1 liboctinterp_age = 0 liboctinterp_version_info = $(liboctinterp_current):$(liboctinterp_revision):$(liboctinterp_age)