# HG changeset patch # User John W. Eaton # Date 1477594117 14400 # Node ID 96817eafc7997e19a1f89873c05098e08fea1c02 # Parent 8c749f33ce0a74c580e9bcea09587cb6d5aef497 maint: Bump version number for 4.2.0-rc3. * configure.ac: Bump version to 4.2.0-rc3. diff -r 8c749f33ce0a -r 96817eafc799 configure.ac --- a/configure.ac Fri Oct 21 12:36:22 2016 +0200 +++ b/configure.ac Thu Oct 27 14:48:37 2016 -0400 @@ -19,21 +19,21 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.2.0-rc2], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.2.0-rc3], [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-rc2 +OCTAVE_PATCH_VERSION=0-rc3 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-20" +OCTAVE_RELEASE_DATE="2016-10-27" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly