# HG changeset patch # User John W. Eaton # Date 1428691272 14400 # Node ID 065f933ef08318e40b81f7fe75236e6175088117 # Parent b34a23c8a9c406c79fd8fbe23599ded0ae9a473d maint: Bump version number for 4.0.0-rc3 diff -r b34a23c8a9c4 -r 065f933ef083 configure.ac --- a/configure.ac Fri Apr 10 08:32:11 2015 -0700 +++ b/configure.ac Fri Apr 10 14:41:12 2015 -0400 @@ -19,14 +19,14 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.0.0-rc2], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.0.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=0 -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"