comparison configure.ac @ 20103:065f933ef083 rc-4-0-0-3

maint: Bump version number for 4.0.0-rc3
author John W. Eaton <jwe@octave.org>
date Fri, 10 Apr 2015 14:41:12 -0400
parents eba80000fa0d
children d58ba8b9f709
comparison
equal deleted inserted replaced
20102:b34a23c8a9c4 20103:065f933ef083
17 ### You should have received a copy of the GNU General Public License 17 ### You should have received a copy of the GNU General Public License
18 ### along with Octave; see the file COPYING. If not, see 18 ### along with Octave; see the file COPYING. If not, see
19 ### <http://www.gnu.org/licenses/>. 19 ### <http://www.gnu.org/licenses/>.
20 20
21 AC_PREREQ([2.63]) 21 AC_PREREQ([2.63])
22 AC_INIT([GNU Octave], [4.0.0-rc2], [http://octave.org/bugs.html], [octave]) 22 AC_INIT([GNU Octave], [4.0.0-rc3], [http://octave.org/bugs.html], [octave])
23 23
24 dnl Note that the version number is duplicated here and in AC_INIT 24 dnl Note that the version number is duplicated here and in AC_INIT
25 dnl because AC_INIT requires it to be static, not computed from 25 dnl because AC_INIT requires it to be static, not computed from
26 dnl shell variables. 26 dnl shell variables.
27 OCTAVE_MAJOR_VERSION=4 27 OCTAVE_MAJOR_VERSION=4
28 OCTAVE_MINOR_VERSION=0 28 OCTAVE_MINOR_VERSION=0
29 OCTAVE_PATCH_VERSION=0-rc2 29 OCTAVE_PATCH_VERSION=0-rc3
30 30
31 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg 31 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
32 OCTAVE_VERSION="$PACKAGE_VERSION" 32 OCTAVE_VERSION="$PACKAGE_VERSION"
33 33
34 OCTAVE_COPYRIGHT="Copyright (C) 2015 John W. Eaton and others." 34 OCTAVE_COPYRIGHT="Copyright (C) 2015 John W. Eaton and others."