changeset 29733:fc282fdd1a42 stable

bump version for 6.2.90 release candidate * configure.ac (AC_INIT): Set version to 6.2.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_RELEASE_DATE): Set to 2021-06-05. (OCTAVE_API_VERSION): Set to api-v56. * liboctave/module.mk, libgui/module.mk, libinterp/module.mk: Bump version numbers for library revision.
author John W. Eaton <jwe@octave.org>
date Sat, 05 Jun 2021 20:35:58 -0400
parents a7935014edd1
children 9d70a797d54a
files configure.ac libgui/module.mk libinterp/module.mk liboctave/module.mk
diffstat 4 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Jun 05 11:04:45 2021 +0200
+++ b/configure.ac	Sat Jun 05 20:35:58 2021 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.2.1], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.2.90], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -41,14 +41,14 @@
 
 OCTAVE_MAJOR_VERSION=6
 OCTAVE_MINOR_VERSION=2
-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) 2021 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2021-02-19"
+OCTAVE_RELEASE_DATE="2021-06-05"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly
@@ -63,7 +63,7 @@
 dnl FIXME: Since we also set libtool versions for liboctave and libinterp,
 dnl perhaps we should be computing the "api version" from those versions numbers
 dnl in some way instead of setting it independently here.
-OCTAVE_API_VERSION="api-v55"
+OCTAVE_API_VERSION="api-v56"
 
 AC_SUBST(OCTAVE_MAJOR_VERSION)
 AC_SUBST(OCTAVE_MINOR_VERSION)
--- a/libgui/module.mk	Sat Jun 05 11:04:45 2021 +0200
+++ b/libgui/module.mk	Sat Jun 05 20:35:58 2021 -0400
@@ -62,9 +62,9 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_liboctgui_current = 6
-%canon_reldir%_liboctgui_revision = 1
-%canon_reldir%_liboctgui_age = 0
+%canon_reldir%_liboctgui_current = 7
+%canon_reldir%_liboctgui_revision = 0
+%canon_reldir%_liboctgui_age = 1
 
 %canon_reldir%_liboctgui_version_info = $(%canon_reldir%_liboctgui_current):$(%canon_reldir%_liboctgui_revision):$(%canon_reldir%_liboctgui_age)
 
--- a/libinterp/module.mk	Sat Jun 05 11:04:45 2021 +0200
+++ b/libinterp/module.mk	Sat Jun 05 20:35:58 2021 -0400
@@ -150,8 +150,8 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_liboctinterp_current = 8
-%canon_reldir%_liboctinterp_revision = 1
+%canon_reldir%_liboctinterp_current = 9
+%canon_reldir%_liboctinterp_revision = 0
 %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	Sat Jun 05 11:04:45 2021 +0200
+++ b/liboctave/module.mk	Sat Jun 05 20:35:58 2021 -0400
@@ -86,7 +86,7 @@
 ## to the rules in the etc/HACKING.md file:
 
 %canon_reldir%_%canon_reldir%_current = 8
-%canon_reldir%_%canon_reldir%_revision = 1
+%canon_reldir%_%canon_reldir%_revision = 2
 %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)