# HG changeset patch # User John W. Eaton # Date 1478636474 18000 # Node ID 69ac19073ae630b276ff7788b78f72782f281657 # Parent 4678729e8ae175973a9436890b3a1c3332e969a0 maint: Bump version number for 4.2.0-rc4. diff -r 4678729e8ae1 -r 69ac19073ae6 configure.ac --- a/configure.ac Tue Nov 08 12:09:48 2016 -0800 +++ b/configure.ac Tue Nov 08 15:21:14 2016 -0500 @@ -19,21 +19,21 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.2.0-rc3], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.2.0-rc4], [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-rc3 +OCTAVE_PATCH_VERSION=0-rc4 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-10-27" +OCTAVE_RELEASE_DATE="2016-11-08" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly