Skip to content

Commit fd83701

Browse files
author
Rik
committed
maint: Bump versions to begin active development of Octave 11.
* configure.ac (AC_INIT): Set version to 11.0.0. (OCTAVE_MAJOR_VERSION): Now 11. (OCTAVE_PATCH_VERSION): Now 0.
1 parent 73cac0f commit fd83701

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
@@ -27,7 +27,7 @@ dnl
2727

2828
### Initialize Autoconf
2929
AC_PREREQ([2.65])
30-
AC_INIT([GNU Octave], [10.0.1], [https://octave.org/bugs.html], [octave],
30+
AC_INIT([GNU Octave], [11.0.0], [https://octave.org/bugs.html], [octave],
3131
[https://www.gnu.org/software/octave/])
3232

3333
### Declare version numbers
@@ -39,9 +39,9 @@ dnl AC_INIT requires it to be static, not computed from shell variables.
3939
## explains how to update these numbers for release and development
4040
## versions.
4141

42-
OCTAVE_MAJOR_VERSION=10
42+
OCTAVE_MAJOR_VERSION=11
4343
OCTAVE_MINOR_VERSION=0
44-
OCTAVE_PATCH_VERSION=1
44+
OCTAVE_PATCH_VERSION=0
4545

4646
dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
4747
OCTAVE_VERSION="$PACKAGE_VERSION"

0 commit comments

Comments
 (0)