# HG changeset patch # User John W. Eaton # Date 1457642292 18000 # Node ID 2b66f30a0de7a09801c2a3566021cde7e194d3d3 # Parent 7bb71bf2f30f58080c7c29ce30dad092d9644c21 maint: Bump version number for 4.0.1-rc4. diff -r 7bb71bf2f30f -r 2b66f30a0de7 configure.ac --- a/configure.ac Thu Mar 10 15:01:44 2016 -0500 +++ b/configure.ac Thu Mar 10 15:38:12 2016 -0500 @@ -19,14 +19,14 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.0.1-rc3], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.0.1-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=0 -OCTAVE_PATCH_VERSION=1-rc3 +OCTAVE_PATCH_VERSION=1-rc4 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"