changeset 31890:75b1efe727d4 stable release-8-1-0

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.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Mar 2023 00:34:32 -0500
parents b8205aa00a05
children 787a796d60b5
files configure.ac etc/NEWS.8.md etc/icons/org.octave.Octave.appdata.xml
diffstat 3 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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
--- 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 @@
   <developer_name>John W. Eaton and others</developer_name>
   <content_rating type="oars-1.0"/>
   <releases>
-    <release date="2023-01-22" version="8.1.0"/>
+    <release date="2023-03-07" version="8.1.0"/>
     <release date="2022-11-02" version="7.3.0"/>
     <release date="2022-07-28" version="7.2.0"/>
     <release date="2022-04-06" version="7.1.0"/>