# HG changeset patch # User John W. Eaton # Date 1449773238 18000 # Node ID 20b17dda0e0c838646dfdccec153ec8cdf6d3c37 # Parent c132fbc748da97ba3088e39a7b883aa42e53c2c5 maint: Bump version number for 4.0.1-rc1. diff -r c132fbc748da -r 20b17dda0e0c configure.ac --- a/configure.ac Tue Dec 08 07:49:49 2015 -0800 +++ b/configure.ac Thu Dec 10 13:47:18 2015 -0500 @@ -19,21 +19,21 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.0.0], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.0.1-rc1], [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 +OCTAVE_PATCH_VERSION=1-rc1 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_COPYRIGHT="Copyright (C) 2015 John W. Eaton and others." -OCTAVE_RELEASE_DATE="2015-05-26" +OCTAVE_RELEASE_DATE="2015-12-10" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly