# HG changeset patch # User John W. Eaton # Date 1678167272 18000 # Node ID 75b1efe727d495ae579b9e27a620219dc72d9205 # Parent b8205aa00a0500b177c9f2b5c5f4e44f084ef1fc Version 8.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 2023-03-07. (OCTAVE_API_VERSION): Set to api-v58. * org.octave.Octave.appdata.xml: Update release date for 8.1.0. * etc/NEWS.7.md: Update release date. diff -r b8205aa00a05 -r 75b1efe727d4 configure.ac --- a/configure.ac Thu Mar 02 16:07:12 2023 +0100 +++ b/configure.ac Tue Mar 07 00:34:32 2023 -0500 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [8.0.91], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [8.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=8 -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-2023 The Octave Project Developers." -OCTAVE_RELEASE_DATE="2023-01-22" +OCTAVE_RELEASE_DATE="2023-03-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 @@ -63,7 +63,7 @@ dnl FIXME: Since we also set libtool versions for liboctave and libinterp, dnl perhaps we should be computing the "api version" from those versions numbers dnl in some way instead of setting it independently here. -OCTAVE_API_VERSION="api-v57+" +OCTAVE_API_VERSION="api-v58" AC_SUBST(OCTAVE_MAJOR_VERSION) AC_SUBST(OCTAVE_MINOR_VERSION) diff -r b8205aa00a05 -r 75b1efe727d4 etc/NEWS.8.md --- a/etc/NEWS.8.md Thu Mar 02 16:07:12 2023 +0100 +++ b/etc/NEWS.8.md Tue Mar 07 00:34:32 2023 -0500 @@ -1,4 +1,4 @@ -Summary of important user-visible changes for version 8 (2023-01-22): +Summary of important user-visible changes for version 8 (2023-03-07): -------------------------------------------------------------------- ### General improvements diff -r b8205aa00a05 -r 75b1efe727d4 etc/icons/org.octave.Octave.appdata.xml --- a/etc/icons/org.octave.Octave.appdata.xml Thu Mar 02 16:07:12 2023 +0100 +++ b/etc/icons/org.octave.Octave.appdata.xml Tue Mar 07 00:34:32 2023 -0500 @@ -190,7 +190,7 @@ John W. Eaton and others - +