changeset 27818:230c20b02682 stable

maint: bump version for first 5.2 release candidate * CITATION: Already bump version to 5.2.0. * configure.ac (AC_INIT): Set version to 5.1.90. (OCTAVE_PATCH_VERSION): Now 90. (OCTAVE_RELEASE_DATE): Set to 2019-12-14. * etc/icons/org.octave.Octave.appdata.xml: Add 5.1.90 release. * libgui/module.mk, libinterp/module.mk, liboctave/module.mk: Increment revision, no API added/changed/removed, but code changes.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 13 Dec 2019 11:32:04 +0900
parents b191a91b5157
children 83c748eb9fbd 56dd7419d7aa
files CITATION configure.ac etc/icons/org.octave.Octave.appdata.xml libgui/module.mk libinterp/module.mk liboctave/module.mk
diffstat 6 files changed, 11 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION	Fri Dec 13 11:26:55 2019 +0900
+++ b/CITATION	Fri Dec 13 11:32:04 2019 +0900
@@ -1,17 +1,17 @@
 To cite GNU Octave in publications use:
 
   John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2019).
-  GNU Octave version 5.1.0 manual: a high-level interactive language for
+  GNU Octave version 5.2.0 manual: a high-level interactive language for
   numerical computations.
-  URL https://www.gnu.org/software/octave/doc/v5.1.0/
+  URL https://www.gnu.org/software/octave/doc/v5.2.0/
 
 A BibTeX entry for LaTeX users is:
 
   @manual{,
-    title     = {{GNU Octave} version 5.1.0 manual: a high-level interactive language for numerical computations},
+    title     = {{GNU Octave} version 5.2.0 manual: a high-level interactive language for numerical computations},
     author    = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring},
     year      = {2019},
-    url       = {https://www.gnu.org/software/octave/doc/v5.1.0/},
+    url       = {https://www.gnu.org/software/octave/doc/v5.2.0/},
   }
 
 We have invested a lot of time and effort in creating GNU Octave, please
--- a/configure.ac	Fri Dec 13 11:26:55 2019 +0900
+++ b/configure.ac	Fri Dec 13 11:32:04 2019 +0900
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [5.1.1], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [5.1.90], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -34,14 +34,14 @@
 
 OCTAVE_MAJOR_VERSION=5
 OCTAVE_MINOR_VERSION=1
-OCTAVE_PATCH_VERSION=1
+OCTAVE_PATCH_VERSION=90
 
 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-23"
+OCTAVE_RELEASE_DATE="2019-12-14"
 
 ## 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 Dec 13 11:26:55 2019 +0900
+++ b/etc/icons/org.octave.Octave.appdata.xml	Fri Dec 13 11:32:04 2019 +0900
@@ -122,6 +122,7 @@
   <developer_name>John W. Eaton and others</developer_name>
   <content_rating type="oars-1.0"/>
   <releases>
+    <release date="2019-12-14" version="5.1.90"/>
     <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"/>
--- a/libgui/module.mk	Fri Dec 13 11:26:55 2019 +0900
+++ b/libgui/module.mk	Fri Dec 13 11:32:04 2019 +0900
@@ -62,7 +62,7 @@
 ## to the rules in the etc/HACKING.md file:
 
 %canon_reldir%_liboctgui_current = 5
-%canon_reldir%_liboctgui_revision = 0
+%canon_reldir%_liboctgui_revision = 1
 %canon_reldir%_liboctgui_age = 0
 
 %canon_reldir%_liboctgui_version_info = $(%canon_reldir%_liboctgui_current):$(%canon_reldir%_liboctgui_revision):$(%canon_reldir%_liboctgui_age)
--- a/libinterp/module.mk	Fri Dec 13 11:26:55 2019 +0900
+++ b/libinterp/module.mk	Fri Dec 13 11:32:04 2019 +0900
@@ -151,7 +151,7 @@
 ## to the rules in the etc/HACKING.md file:
 
 %canon_reldir%_liboctinterp_current = 7
-%canon_reldir%_liboctinterp_revision = 0
+%canon_reldir%_liboctinterp_revision = 1
 %canon_reldir%_liboctinterp_age = 0
 
 %canon_reldir%_liboctinterp_version_info = $(%canon_reldir%_liboctinterp_current):$(%canon_reldir%_liboctinterp_revision):$(%canon_reldir%_liboctinterp_age)
--- a/liboctave/module.mk	Fri Dec 13 11:26:55 2019 +0900
+++ b/liboctave/module.mk	Fri Dec 13 11:32:04 2019 +0900
@@ -86,7 +86,7 @@
 ## to the rules in the etc/HACKING.md file:
 
 %canon_reldir%_%canon_reldir%_current = 7
-%canon_reldir%_%canon_reldir%_revision = 0
+%canon_reldir%_%canon_reldir%_revision = 1
 %canon_reldir%_%canon_reldir%_age = 0
 
 %canon_reldir%_%canon_reldir%_version_info = $(%canon_reldir%_%canon_reldir%_current):$(%canon_reldir%_%canon_reldir%_revision):$(%canon_reldir%_%canon_reldir%_age)