# HG changeset patch # User John W. Eaton # Date 1707324460 18000 # Node ID 489aead3a0f50a5db4a1d4c969665351da6fc61e # Parent e5874e36a7256af2bd165544a904f466317d18d6# Parent 98b34c7f7d73e8f624421b8bf7c6612d9bf3a398 merge away extra head on stable diff -r 98b34c7f7d73 -r 489aead3a0f5 .hgtags --- 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 diff -r 98b34c7f7d73 -r 489aead3a0f5 configure.ac --- 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 diff -r 98b34c7f7d73 -r 489aead3a0f5 etc/NEWS.9.md --- 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 diff -r 98b34c7f7d73 -r 489aead3a0f5 libgui/module.mk --- 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 diff -r 98b34c7f7d73 -r 489aead3a0f5 libinterp/module.mk --- 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 diff -r 98b34c7f7d73 -r 489aead3a0f5 liboctave/module.mk --- 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