changeset 26788:d05d6eebde10 stable release-5-1-0

Version 5.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 2019-02-23. * org.octave.Octave.appdata.xml: Add 5.1.0 to the list of version numbers and release dates.
author John W. Eaton <jwe@octave.org>
date Sat, 23 Feb 2019 17:33:37 +0000
parents 3b0af21841d4
children 5d9316571d91
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	Fri Feb 22 20:21:36 2019 +0100
+++ b/configure.ac	Sat Feb 23 17:33:37 2019 +0000
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [5.0.91], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [5.1.0], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -33,15 +33,15 @@
 ## versions.
 
 OCTAVE_MAJOR_VERSION=5
-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) 2019 John W. Eaton and others."
 
-OCTAVE_RELEASE_DATE="2019-02-04"
+OCTAVE_RELEASE_DATE="2019-02-23"
 
 ## 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	Fri Feb 22 20:21:36 2019 +0100
+++ b/etc/icons/org.octave.Octave.appdata.xml	Sat Feb 23 17:33:37 2019 +0000
@@ -80,6 +80,7 @@
   <project_group>GNU</project_group>
   <developer_name>John W. Eaton and others</developer_name>
   <releases>
+    <release date="2019-02-23" version="5.1.0"/>
     <release date="2018-08-09" version="4.4.1"/>
     <release date="2018-04-30" version="4.4.0"/>
     <release date="2018-03-13" version="4.2.2"/>