# HG changeset patch # User John W. Eaton # Date 1474380895 14400 # Node ID 9d50627498141d150755d18ab8e71a3220e40147 # Parent 34f98c1e4d568a59e6aecb2eb6abe0a9a5c34419 maint: Bump version number for 4.2.0-rc2. * configure.ac: Bump version to 4.2.0-rc2. diff -r 34f98c1e4d56 -r 9d5062749814 configure.ac --- a/configure.ac Tue Sep 20 00:04:03 2016 +0200 +++ b/configure.ac Tue Sep 20 10:14:55 2016 -0400 @@ -19,21 +19,21 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.2.0-rc1], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.2.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=2 -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) 2016 John W. Eaton and others." -OCTAVE_RELEASE_DATE="2016-09-07" +OCTAVE_RELEASE_DATE="2016-09-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