changeset 31437:03aebcb28937

maint: Merge stable to default.
author Rik <rik@octave.org>
date Tue, 15 Nov 2022 13:19:13 -0800
parents 9d4ef8d54bfe (current diff) f990f14d4b0c (diff)
children 9436924b09a2
files
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Nov 15 13:13:40 2022 -0800
+++ b/configure.ac	Tue Nov 15 13:19:13 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