changeset 31436:f990f14d4b0c stable

maint: Bump version numbers for pre-release (see etc/HACKING.md) * configure.ac (AC_INIT): Bump version. (OCTAVE_PATCH_VERSION): Set to 1 for stabilization period before the version 8.1.0 release. (OCTAVE_RELEASE_DATE): Update.
author Rik <rik@octave.org>
date Tue, 15 Nov 2022 13:18:17 -0800
parents 6737f0f0d420
children 03aebcb28937 38139b13192c
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Nov 15 13:15:28 2022 -0800
+++ b/configure.ac	Tue Nov 15 13:18:17 2022 -0800
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [8.0.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [8.0.1], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -41,14 +41,14 @@
 
 OCTAVE_MAJOR_VERSION=8
 OCTAVE_MINOR_VERSION=0
-OCTAVE_PATCH_VERSION=0
+OCTAVE_PATCH_VERSION=1
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 1993-2022 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2022-11-02"
+OCTAVE_RELEASE_DATE="2022-11-15"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly