# HG changeset patch # User John W. Eaton # Date 1430237877 14400 # Node ID 42bb3a776c9fcc008669f382d2409297c4a901b3 # Parent bcf0a288aa6c858f69ce339bc773581e7a12f07a maint: Bump version number for 4.0.0-rc4. diff -r bcf0a288aa6c -r 42bb3a776c9f configure.ac --- a/configure.ac Tue Apr 28 12:12:16 2015 -0400 +++ b/configure.ac Tue Apr 28 12:17:57 2015 -0400 @@ -19,14 +19,14 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.0.0-rc3], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.0.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=0 -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"