# HG changeset patch # User John W. Eaton # Date 1550943217 0 # Node ID d05d6eebde105895c0972d8bb8bc7f090295cb86 # Parent 3b0af21841d4511f7e2da42959647713d67682fa 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. diff -r 3b0af21841d4 -r d05d6eebde10 configure.ac --- 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 diff -r 3b0af21841d4 -r d05d6eebde10 etc/icons/org.octave.Octave.appdata.xml --- 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 @@ GNU John W. Eaton and others +