File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ dnl Copyright (C) 1993-2016 John W. Eaton
19
19
# ## <http://www.gnu.org/licenses/>.
20
20
21
21
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] )
23
23
24
24
dnl Note that the version number is duplicated here and in AC_INIT
25
25
dnl because AC_INIT requires it to be static, not computed from
26
26
dnl shell variables.
27
27
OCTAVE_MAJOR_VERSION=4
28
28
OCTAVE_MINOR_VERSION=2
29
- OCTAVE_PATCH_VERSION=0-rc2
29
+ OCTAVE_PATCH_VERSION=0-rc3
30
30
31
31
dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
32
32
OCTAVE_VERSION="$PACKAGE_VERSION"
33
33
34
34
OCTAVE_COPYRIGHT="Copyright (C) 2016 John W. Eaton and others."
35
35
36
- OCTAVE_RELEASE_DATE="2016-09-20 "
36
+ OCTAVE_RELEASE_DATE="2016-10-27 "
37
37
38
38
# # The "API version" is used as a way of checking that interfaces in the
39
39
# # liboctave and libinterp libraries haven't changed in a backwardly
You can’t perform that action at this time.
0 commit comments