changeset 30904:04120d65778a stable release-7-1-0

Version 7.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 2022-04-06. * org.octave.Octave.appdata.xml: Add 7.1.0 to the list of version numbers and release dates. * etc/NEWS.7.md: Update release date.
author John W. Eaton <jwe@octave.org>
date Wed, 06 Apr 2022 10:05:12 -0400
parents 5257c14513e3
children 111ef656617d
files CITATION configure.ac etc/NEWS.7.md etc/icons/org.octave.Octave.appdata.xml
diffstat 4 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION	Wed Apr 06 10:00:36 2022 -0400
+++ b/CITATION	Wed Apr 06 10:05:12 2022 -0400
@@ -1,6 +1,6 @@
 To cite GNU Octave in publications use:
 
-  John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2020).
+  John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2022).
   GNU Octave version 7.1.0 manual: a high-level interactive language for
   numerical computations.
   URL https://www.gnu.org/software/octave/doc/v7.1.0/
--- a/configure.ac	Wed Apr 06 10:00:36 2022 -0400
+++ b/configure.ac	Wed Apr 06 10:05:12 2022 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [7.0.93], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [7.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=7
-OCTAVE_MINOR_VERSION=0
-OCTAVE_PATCH_VERSION=93
+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-2022 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2022-03-18"
+OCTAVE_RELEASE_DATE="2022-04-06"
 
 ## 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.7.md	Wed Apr 06 10:00:36 2022 -0400
+++ b/etc/NEWS.7.md	Wed Apr 06 10:05:12 2022 -0400
@@ -1,4 +1,4 @@
-Summary of important user-visible changes for version 7 (2022-03-18)
+Summary of important user-visible changes for version 7 (2022-04-06)
 --------------------------------------------------------------------
 
 ### General improvements
--- a/etc/icons/org.octave.Octave.appdata.xml	Wed Apr 06 10:00:36 2022 -0400
+++ b/etc/icons/org.octave.Octave.appdata.xml	Wed Apr 06 10:05:12 2022 -0400
@@ -190,6 +190,7 @@
   <developer_name>John W. Eaton and others</developer_name>
   <content_rating type="oars-1.0"/>
   <releases>
+    <release date="2022-04-06" version="7.1.0"/>
     <release date="2021-10-30" version="6.4.0"/>
     <release date="2021-07-11" version="6.3.0"/>
     <release date="2021-02-19" version="6.2.0"/>