changeset 32959:489aead3a0f5 stable

merge away extra head on stable
author John W. Eaton <jwe@octave.org>
date Wed, 07 Feb 2024 11:47:40 -0500
parents e5874e36a725 (diff) 98b34c7f7d73 (current diff)
children 30cef7f54d81 476a7ecc1f4c
files
diffstat 6 files changed, 8 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Wed Feb 07 10:47:31 2024 -0500
+++ b/.hgtags	Wed Feb 07 11:47:40 2024 -0500
@@ -139,3 +139,4 @@
 fdadf31961bb5b089f5a2b7cd660351434b31de0 release-8-2-0
 6fc591af58baccd1f9be398245eda017374d3283 release-8-3-0
 78c13a2594f359474f28a93e43b288c9b40afa2c release-8-4-0
+99d90c3bd48561b7de68077ac1e116f196f4dd4b rc-9-0-90
--- a/configure.ac	Wed Feb 07 10:47:31 2024 -0500
+++ b/configure.ac	Wed Feb 07 11:47:40 2024 -0500
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [9.0.1], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [9.0.91], [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=1
+OCTAVE_PATCH_VERSION=91
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 1993-2024 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2023-11-22"
+OCTAVE_RELEASE_DATE="2024-02-07"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly
--- a/etc/NEWS.9.md	Wed Feb 07 10:47:31 2024 -0500
+++ b/etc/NEWS.9.md	Wed Feb 07 11:47:40 2024 -0500
@@ -1,4 +1,4 @@
-Summary of important user-visible changes for version 9 (yyyy-mm-dd):
+Summary of important user-visible changes for version 9 (2024-02-07):
 ---------------------------------------------------------------------
 
 ### General improvements
--- a/libgui/module.mk	Wed Feb 07 10:47:31 2024 -0500
+++ b/libgui/module.mk	Wed Feb 07 11:47:40 2024 -0500
@@ -64,7 +64,7 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_liboctgui_current = 9
+%canon_reldir%_liboctgui_current = 10
 %canon_reldir%_liboctgui_revision = 0
 %canon_reldir%_liboctgui_age = 0
 
--- a/libinterp/module.mk	Wed Feb 07 10:47:31 2024 -0500
+++ b/libinterp/module.mk	Wed Feb 07 11:47:40 2024 -0500
@@ -156,7 +156,7 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_liboctinterp_current = 11
+%canon_reldir%_liboctinterp_current = 12
 %canon_reldir%_liboctinterp_revision = 0
 %canon_reldir%_liboctinterp_age = 0
 
--- a/liboctave/module.mk	Wed Feb 07 10:47:31 2024 -0500
+++ b/liboctave/module.mk	Wed Feb 07 11:47:40 2024 -0500
@@ -85,7 +85,7 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_%canon_reldir%_current = 10
+%canon_reldir%_%canon_reldir%_current = 11
 %canon_reldir%_%canon_reldir%_revision = 0
 %canon_reldir%_%canon_reldir%_age = 0