changeset 30336:dc1347cab668

maint: Bump versions to begin active development of Octave 8. * configure.ac (AC_INIT): Set version to 8.0.0. (OCTAVE_MAJOR_VERSION): Now 8. (OCTAVE_PATCH_VERSION): Now 0.
author John W. Eaton <jwe@octave.org>
date Wed, 24 Nov 2021 07:38:29 -0500
parents 19da6de8676c
children eff73c13fcf3
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Nov 24 07:36:09 2021 -0500
+++ b/configure.ac	Wed Nov 24 07:38:29 2021 -0500
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [7.0.1], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [8.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=7
+OCTAVE_MAJOR_VERSION=8
 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"