changeset 28090:4ec1e15b3438 stable

maint: update library version numbers for upcoming version 6 release * configure.ac (OCTAVE_API_VERSION): Update to api-v54. * libgui/module.mk (%canon_reldir%_liboctgui_current): Update to 6. (%canon_reldir%_%canon_reldir%_revision): Set to 0. * libinterp/module.mk (%canon_reldir%_liboctinterp_current): Update to 8. (%canon_reldir%_%canon_reldir%_revision): Set to 0. * liboctave/module.mk (%canon_reldir%_%canon_reldir%_current): Update to 8. (%canon_reldir%_%canon_reldir%_revision): Set to 0.
author John W. Eaton <jwe@octave.org>
date Mon, 17 Feb 2020 17:00:44 -0500
parents c8e40b19c499
children 99a1f2ca574b 05c1217d0dae
files configure.ac libgui/module.mk libinterp/module.mk liboctave/module.mk
diffstat 4 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Feb 18 00:30:21 2020 -0800
+++ b/configure.ac	Mon Feb 17 17:00:44 2020 -0500
@@ -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-v53+"
+OCTAVE_API_VERSION="api-v54"
 
 AC_SUBST(OCTAVE_MAJOR_VERSION)
 AC_SUBST(OCTAVE_MINOR_VERSION)
--- a/libgui/module.mk	Tue Feb 18 00:30:21 2020 -0800
+++ b/libgui/module.mk	Mon Feb 17 17:00:44 2020 -0500
@@ -62,8 +62,8 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_liboctgui_current = 5
-%canon_reldir%_liboctgui_revision = 1
+%canon_reldir%_liboctgui_current = 6
+%canon_reldir%_liboctgui_revision = 0
 %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	Tue Feb 18 00:30:21 2020 -0800
+++ b/libinterp/module.mk	Mon Feb 17 17:00:44 2020 -0500
@@ -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 = 7
-%canon_reldir%_liboctinterp_revision = 1
+%canon_reldir%_liboctinterp_current = 8
+%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	Tue Feb 18 00:30:21 2020 -0800
+++ b/liboctave/module.mk	Mon Feb 17 17:00:44 2020 -0500
@@ -85,8 +85,8 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_%canon_reldir%_current = 7
-%canon_reldir%_%canon_reldir%_revision = 1
+%canon_reldir%_%canon_reldir%_current = 8
+%canon_reldir%_%canon_reldir%_revision = 0
 %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)