Skip to content

Commit 625829c

Browse files
committed
maint: Bump version number for 4.2.0-rc3.
* configure.ac: Bump version to 4.2.0-rc3.
1 parent 9b11b54 commit 625829c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

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

2121
AC_PREREQ([2.63])
22-
AC_INIT([GNU Octave], [4.2.0-rc2], [http://octave.org/bugs.html], [octave])
22+
AC_INIT([GNU Octave], [4.2.0-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=2
29-
OCTAVE_PATCH_VERSION=0-rc2
29+
OCTAVE_PATCH_VERSION=0-rc3
3030

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

3434
OCTAVE_COPYRIGHT="Copyright (C) 2016 John W. Eaton and others."
3535

36-
OCTAVE_RELEASE_DATE="2016-09-20"
36+
OCTAVE_RELEASE_DATE="2016-10-27"
3737

3838
## The "API version" is used as a way of checking that interfaces in the
3939
## liboctave and libinterp libraries haven't changed in a backwardly

0 commit comments

Comments
 (0)