# HG changeset patch # User John W. Eaton # Date 1386258125 18000 # Node ID c2822fb9197386f38469f3bef4f4ca4497695aea # Parent 49609fbc5a8e59cc97922198bc1ac1b8ade2d9a2# Parent d734216aa2b1022c190e6b07d7ccdd59fe15678f maint: Merge changes for release candidate. diff -r 49609fbc5a8e -r c2822fb91973 configure.ac --- a/configure.ac Tue Dec 03 09:04:09 2013 -0800 +++ b/configure.ac Thu Dec 05 10:42:05 2013 -0500 @@ -19,13 +19,13 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.7.7+], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.8.0-rc1], [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_NUMBER="49" OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" -OCTAVE_RELEASE_DATE="2013-09-23" +OCTAVE_RELEASE_DATE="2013-12-04" OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER)