# HG changeset patch # User John W. Eaton # Date 1453229180 18000 # Node ID a58d5e6df908199c4aea83f78077b81289d2a0ad # Parent 0cfcc178432bfc7cfdef5dca96e74ec5884ba752 maint: Bump version number for 4.0.1-rc3. diff -r 0cfcc178432b -r a58d5e6df908 configure.ac --- a/configure.ac Mon Jan 18 20:05:39 2016 -0500 +++ b/configure.ac Tue Jan 19 13:46:20 2016 -0500 @@ -19,14 +19,14 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.0.1-rc2], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.0.1-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=0 -OCTAVE_PATCH_VERSION=1-rc2 +OCTAVE_PATCH_VERSION=1-rc3 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"