changeset 33209:d0c18b1446df stable release-9-1-0

Version 9.1.0 released * configure.ac (AC_INIT): Update version info for release. (OCTAVE_MINOR_VERSION): Set to 1. (OCTAVE_PATCH_VERSION): Set to 0. (OCTAVE_RELEASE_DATE): Set to 2024-03-14. * org.octave.Octave.metainfo.xml: Add 9.1.0 to the list of version numbers and release dates. * etc/NEWS.9.md: Update release date.
author John W. Eaton <jwe@octave.org>
date Tue, 12 Mar 2024 14:00:23 -0400
parents c82ac458cd78
children db1b9058def8
files configure.ac etc/NEWS.9.md etc/icons/org.octave.Octave.metainfo.xml
diffstat 3 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Mar 12 13:53:16 2024 -0400
+++ b/configure.ac	Tue Mar 12 14:00:23 2024 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [9.0.91], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [9.1.0], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -40,15 +40,15 @@
 ## versions.
 
 OCTAVE_MAJOR_VERSION=9
-OCTAVE_MINOR_VERSION=0
-OCTAVE_PATCH_VERSION=91
+OCTAVE_MINOR_VERSION=1
+OCTAVE_PATCH_VERSION=0
 
 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="2024-02-07"
+OCTAVE_RELEASE_DATE="2024-03-14"
 
 ## 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 Mar 12 13:53:16 2024 -0400
+++ b/etc/NEWS.9.md	Tue Mar 12 14:00:23 2024 -0400
@@ -1,4 +1,4 @@
-Summary of important user-visible changes for version 9 (2024-02-07):
+Summary of important user-visible changes for version 9 (2024-03-12):
 ---------------------------------------------------------------------
 
 ### General improvements
--- a/etc/icons/org.octave.Octave.metainfo.xml	Tue Mar 12 13:53:16 2024 -0400
+++ b/etc/icons/org.octave.Octave.metainfo.xml	Tue Mar 12 14:00:23 2024 -0400
@@ -194,6 +194,7 @@
   <developer_name>John W. Eaton and others</developer_name>
   <content_rating type="oars-1.0"/>
   <releases>
+    <release date="2024-03-14" version="9.1.0"/>
     <release date="2023-11-05" version="8.4.0"/>
     <release date="2023-08-08" version="8.3.0"/>
     <release date="2023-04-13" version="8.2.0"/>