# HG changeset patch # User John W. Eaton # Date 1426882778 14400 # Node ID eba80000fa0dad32ba0f1cd767dd826d1ce1aba6 # Parent f0e61a67ad9f56a1437f4a5a59efa8361f3156d3 maint: Bump version number for 4.0.0-rc2. diff -r f0e61a67ad9f -r eba80000fa0d configure.ac --- a/configure.ac Fri Mar 20 16:18:10 2015 -0400 +++ b/configure.ac Fri Mar 20 16:19:38 2015 -0400 @@ -19,21 +19,21 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.0.0-rc1], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.0.0-rc2], [http://octave.org/bugs.html], [octave]) dnl Note that the version number is duplicated here and in AC_INIT dnl because AC_INIT requires it to be static, not computed from dnl shell variables. OCTAVE_MAJOR_VERSION=4 OCTAVE_MINOR_VERSION=0 -OCTAVE_PATCH_VERSION=0-rc1 +OCTAVE_PATCH_VERSION=0-rc2 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_COPYRIGHT="Copyright (C) 2015 John W. Eaton and others." -OCTAVE_RELEASE_DATE="2015-03-05" +OCTAVE_RELEASE_DATE="2015-03-20" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly