changeset 29865:754013c36587 stable release-6-3-0

Version 6.3.0 released. * configure.ac (AC_INIT): Set version to 6.3.0. (OCTAVE_MINOR_VERSION): Now 3. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2021-07-11". * etc/icons/org.octave.Octave.appdata.xml: Add release info for version 6.3.0. * NEWS: Update release date.
author John W. Eaton <jwe@octave.org>
date Sun, 11 Jul 2021 13:19:32 -0400
parents 8e898dc7e7d3
children 382b1c55acb5
files NEWS configure.ac etc/icons/org.octave.Octave.appdata.xml
diffstat 3 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sat Jul 03 08:57:12 2021 +0200
+++ b/NEWS	Sun Jul 11 13:19:32 2021 -0400
@@ -1,5 +1,5 @@
-Summary of bugs fixed for version 6.3.0 (tbd)
----------------------------------------------
+Summary of bugs fixed for version 6.3.0 (2021-07-11)
+----------------------------------------------------
 
 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
 
--- a/configure.ac	Sat Jul 03 08:57:12 2021 +0200
+++ b/configure.ac	Sun Jul 11 13:19:32 2021 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.2.93], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.3.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=2
-OCTAVE_PATCH_VERSION=93
+OCTAVE_MINOR_VERSION=3
+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-06-21"
+OCTAVE_RELEASE_DATE="2021-07-11"
 
 ## 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	Sat Jul 03 08:57:12 2021 +0200
+++ b/etc/icons/org.octave.Octave.appdata.xml	Sun Jul 11 13:19:32 2021 -0400
@@ -169,6 +169,7 @@
   <developer_name>John W. Eaton and others</developer_name>
   <content_rating type="oars-1.0"/>
   <releases>
+    <release date="2021-07-11" version="6.3.0"/>
     <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"/>