Skip to content

Commit 2f76f76

Browse files
committed
maint: Bump version number for 4.0.1-rc3.
1 parent e76e035 commit 2f76f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ dnl Copyright (C) 1993-2015 John W. Eaton
1919
### <http://www.gnu.org/licenses/>.
2020

2121
AC_PREREQ([2.63])
22-
AC_INIT([GNU Octave], [4.0.1-rc2], [http://octave.org/bugs.html], [octave])
22+
AC_INIT([GNU Octave], [4.0.1-rc3], [http://octave.org/bugs.html], [octave])
2323

2424
dnl Note that the version number is duplicated here and in AC_INIT
2525
dnl because AC_INIT requires it to be static, not computed from
2626
dnl shell variables.
2727
OCTAVE_MAJOR_VERSION=4
2828
OCTAVE_MINOR_VERSION=0
29-
OCTAVE_PATCH_VERSION=1-rc2
29+
OCTAVE_PATCH_VERSION=1-rc3
3030

3131
dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
3232
OCTAVE_VERSION="$PACKAGE_VERSION"

0 commit comments

Comments
 (0)