changeset 29377:5cfdf97c5350 stable release-6-2-0

Version 6.2.0 released. * configure.ac (AC_INIT): Set version to 6.2.0. (OCTAVE_MINOR_VERSION): Now 2. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2021-02-19". * etc/icons/org.octave.Octave.appdata.xml: Add release info for version 6.2.0.
author John W. Eaton <jwe@octave.org>
date Fri, 19 Feb 2021 12:36:34 -0500
parents 23a5daf1e809
children efb2d4781238
files configure.ac etc/icons/org.octave.Octave.appdata.xml
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Feb 17 13:14:30 2021 -0800
+++ b/configure.ac	Fri Feb 19 12:36:34 2021 -0500
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.1.91], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.2.0], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -40,15 +40,15 @@
 ## versions.
 
 OCTAVE_MAJOR_VERSION=6
-OCTAVE_MINOR_VERSION=1
-OCTAVE_PATCH_VERSION=91
+OCTAVE_MINOR_VERSION=2
+OCTAVE_PATCH_VERSION=0
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 2021 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2021-02-10"
+OCTAVE_RELEASE_DATE="2021-02-19"
 
 ## 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/icons/org.octave.Octave.appdata.xml	Wed Feb 17 13:14:30 2021 -0800
+++ b/etc/icons/org.octave.Octave.appdata.xml	Fri Feb 19 12:36:34 2021 -0500
@@ -169,6 +169,7 @@
   <developer_name>John W. Eaton and others</developer_name>
   <content_rating type="oars-1.0"/>
   <releases>
+    <release date="2021-02-19" version="6.2.0"/>
     <release date="2020-11-26" version="6.1.0"/>
     <release date="2020-01-31" version="5.2.0"/>
     <release date="2019-02-23" version="5.1.0"/>