# HG changeset patch # User John W. Eaton # Date 1707288599 18000 # Node ID 99d90c3bd48561b7de68077ac1e116f196f4dd4b # Parent 96cad3ab9a8cc76d9f7fb6eb45b8eabe19b153dd bump version for first 9.1 release candidate * configure.ac (AC_INIT): Set version to 9.0.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_RELEASE_DATE): Set to 2024-02-07. * etc/NEWS.9.md: Update. * libgui/module.mk (%canon_reldir%_liboctgui_current): Set to 10. * libinterp/module.mk (%canon_reldir%_liboctinterp_current): Set to 12. * liboctave/module.mk (%canon_reldir%_%canon_reldir%_current): Set to 11. diff -r 96cad3ab9a8c -r 99d90c3bd485 configure.ac --- a/configure.ac Tue Feb 06 10:21:58 2024 -0800 +++ b/configure.ac Wed Feb 07 01:49:59 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.90], [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=90 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 96cad3ab9a8c -r 99d90c3bd485 etc/NEWS.9.md --- a/etc/NEWS.9.md Tue Feb 06 10:21:58 2024 -0800 +++ b/etc/NEWS.9.md Wed Feb 07 01:49:59 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 96cad3ab9a8c -r 99d90c3bd485 libgui/module.mk --- a/libgui/module.mk Tue Feb 06 10:21:58 2024 -0800 +++ b/libgui/module.mk Wed Feb 07 01:49:59 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 96cad3ab9a8c -r 99d90c3bd485 libinterp/module.mk --- a/libinterp/module.mk Tue Feb 06 10:21:58 2024 -0800 +++ b/libinterp/module.mk Wed Feb 07 01:49:59 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 96cad3ab9a8c -r 99d90c3bd485 liboctave/module.mk --- a/liboctave/module.mk Tue Feb 06 10:21:58 2024 -0800 +++ b/liboctave/module.mk Wed Feb 07 01:49:59 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