# HG changeset patch # User John W. Eaton # Date 1667413196 14400 # Node ID 2c037ce004502260228925e651dc077573366ba2 # Parent 94cde013cffcf013faa8bc4e8d6692b53eef1392 Version 7.3.0 released. * configure.ac (AC_INIT): Set version to 7.3.0. (OCTAVE_MINOR_VERSION): Now 3. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2022-11-02". * org.octave.Octave.appdata.xml: Add release info for version 7.3.0. * CITATION: Update for 7.3.0. * NEWS.7.md: Update release date. diff -r 94cde013cffc -r 2c037ce00450 CITATION --- a/CITATION Wed Nov 02 17:45:15 2022 +0100 +++ b/CITATION Wed Nov 02 14:19:56 2022 -0400 @@ -1,17 +1,17 @@ To cite GNU Octave in publications use: John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2022). - GNU Octave version 7.2.0 manual: a high-level interactive language for + GNU Octave version 7.3.0 manual: a high-level interactive language for numerical computations. - URL https://www.gnu.org/software/octave/doc/v7.2.0/ + URL https://www.gnu.org/software/octave/doc/v7.3.0/ A BibTeX entry for LaTeX users is: @manual{, - title = {{GNU Octave} version 7.2.0 manual: a high-level interactive language for numerical computations}, + title = {{GNU Octave} version 7.3.0 manual: a high-level interactive language for numerical computations}, author = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring}, year = {2022}, - url = {https://www.gnu.org/software/octave/doc/v7.2.0/}, + url = {https://www.gnu.org/software/octave/doc/v7.3.0/}, } We have invested a lot of time and effort in creating GNU Octave, please diff -r 94cde013cffc -r 2c037ce00450 configure.ac --- a/configure.ac Wed Nov 02 17:45:15 2022 +0100 +++ b/configure.ac Wed Nov 02 14:19:56 2022 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [7.2.1], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [7.3.0], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -40,15 +40,15 @@ ## versions. OCTAVE_MAJOR_VERSION=7 -OCTAVE_MINOR_VERSION=2 -OCTAVE_PATCH_VERSION=1 +OCTAVE_MINOR_VERSION=3 +OCTAVE_PATCH_VERSION=0 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_COPYRIGHT="Copyright (C) 1993-2022 The Octave Project Developers." -OCTAVE_RELEASE_DATE="2022-07-28" +OCTAVE_RELEASE_DATE="2022-11-02" ## 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 94cde013cffc -r 2c037ce00450 etc/NEWS.7.md --- a/etc/NEWS.7.md Wed Nov 02 17:45:15 2022 +0100 +++ b/etc/NEWS.7.md Wed Nov 02 14:19:56 2022 -0400 @@ -1,4 +1,4 @@ -Summary of bugs fixed for version 7.3.0 (tbd): +Summary of bugs fixed for version 7.3.0 (2022-11-02): ---------------------------------------------------- For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX diff -r 94cde013cffc -r 2c037ce00450 etc/icons/org.octave.Octave.appdata.xml --- a/etc/icons/org.octave.Octave.appdata.xml Wed Nov 02 17:45:15 2022 +0100 +++ b/etc/icons/org.octave.Octave.appdata.xml Wed Nov 02 14:19:56 2022 -0400 @@ -190,6 +190,7 @@ John W. Eaton and others +