changeset 32481:17ed7bd62ae6

maint: merge stable to default
author Rik <rik@octave.org>
date Wed, 22 Nov 2023 16:05:57 -0800
parents 11c522c30725 (current diff) d8120936e4a5 (diff)
children f7cc27316c58
files
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Nov 21 18:09:29 2023 +0100
+++ b/configure.ac	Wed Nov 22 16:05:57 2023 -0800
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [9.0.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [9.0.1], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -41,14 +41,14 @@
 
 OCTAVE_MAJOR_VERSION=9
 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-2023 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2023-04-13"
+OCTAVE_RELEASE_DATE="2023-11-22"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly