# HG changeset patch # User John W. Eaton # Date 1710266423 14400 # Node ID d0c18b1446dfce3dd2c9953fb8d51341b680f384 # Parent c82ac458cd780f57810848813bd73447d49a8d7c 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. diff -r c82ac458cd78 -r d0c18b1446df configure.ac --- 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 diff -r c82ac458cd78 -r d0c18b1446df etc/NEWS.9.md --- 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 diff -r c82ac458cd78 -r d0c18b1446df etc/icons/org.octave.Octave.metainfo.xml --- 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 @@ John W. Eaton and others +