changeset 31438:9436924b09a2

maint: Bump versions to begin active development of Octave 9. * configure.ac (AC_INIT): Set version to 9.0.0. (OCTAVE_MAJOR_VERSION): Now 9. (OCTAVE_PATCH_VERSION): Now 0.
author Rik <rik@octave.org>
date Tue, 15 Nov 2022 13:22:18 -0800
parents 03aebcb28937
children d6853a82e393
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Nov 15 13:19:13 2022 -0800
+++ b/configure.ac	Tue Nov 15 13:22:18 2022 -0800
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [8.0.1], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [9.0.0], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -39,9 +39,9 @@
 ## explains how to update these numbers for release and development
 ## versions.
 
-OCTAVE_MAJOR_VERSION=8
+OCTAVE_MAJOR_VERSION=9
 OCTAVE_MINOR_VERSION=0
-OCTAVE_PATCH_VERSION=1
+OCTAVE_PATCH_VERSION=0
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"