changeset 32956:99d90c3bd485 stable rc-9-0-90

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.
author John W. Eaton <jwe@octave.org>
date Wed, 07 Feb 2024 01:49:59 -0500
parents 96cad3ab9a8c
children 6c1672716865
files configure.ac etc/NEWS.9.md libgui/module.mk libinterp/module.mk liboctave/module.mk
diffstat 5 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
 
--- 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
 
--- 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