changeset 29112:9f39338a23cb stable release-6-1-0

Version 6.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 2020-11-26. * org.octave.Octave.appdata.xml: Add 6.1.0 to the list of version numbers and release dates. * NEWS: Update release date.
author John W. Eaton <jwe@octave.org>
date Thu, 26 Nov 2020 13:15:15 -0500
parents f8c6660f2ccc
children fb528d34f1ef
files NEWS configure.ac etc/icons/org.octave.Octave.appdata.xml
diffstat 3 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Tue Nov 24 22:51:56 2020 +0100
+++ b/NEWS	Thu Nov 26 13:15:15 2020 -0500
@@ -1,4 +1,4 @@
-Summary of important user-visible changes for version 6.1.0 (2020-08-26):
+Summary of important user-visible changes for version 6.1.0 (2020-11-26):
 ------------------------------------------------------------------------
 
 ### General improvements
--- a/configure.ac	Tue Nov 24 22:51:56 2020 +0100
+++ b/configure.ac	Thu Nov 26 13:15:15 2020 -0500
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.0.93], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.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=6
-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) 2020 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2020-10-23"
+OCTAVE_RELEASE_DATE="2020-11-26"
 
 ## 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	Tue Nov 24 22:51:56 2020 +0100
+++ b/etc/icons/org.octave.Octave.appdata.xml	Thu Nov 26 13:15:15 2020 -0500
@@ -169,6 +169,7 @@
   <developer_name>John W. Eaton and others</developer_name>
   <content_rating type="oars-1.0"/>
   <releases>
+    <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"/>
     <release date="2018-08-09" version="4.4.1"/>