changeset 26613:ea790252d837 stable

maint: update library version numbers for upcoming version 5 release * configure.ac (OCTAVE_API_VERSION): Update to api-v53. * libgui/module.mk (%canon_reldir%_liboctgui_current): Update to 5. * libinterp/module.mk (%canon_reldir%_liboctinterp_current): Update to 7. * liboctave/module.mk (%canon_reldir%_%canon_reldir%_current): Update to 7.
author Mike Miller <mtmiller@octave.org>
date Wed, 23 Jan 2019 14:16:26 -0800
parents ab5cc8da283c
children 725f3f01f487
files configure.ac libgui/module.mk libinterp/module.mk liboctave/module.mk
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Jan 23 13:41:59 2019 -0800
+++ b/configure.ac	Wed Jan 23 14:16:26 2019 -0800
@@ -56,7 +56,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-v52+"
+OCTAVE_API_VERSION="api-v53"
 
 AC_SUBST(OCTAVE_MAJOR_VERSION)
 AC_SUBST(OCTAVE_MINOR_VERSION)
--- a/libgui/module.mk	Wed Jan 23 13:41:59 2019 -0800
+++ b/libgui/module.mk	Wed Jan 23 14:16:26 2019 -0800
@@ -61,7 +61,7 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_liboctgui_current = 4
+%canon_reldir%_liboctgui_current = 5
 %canon_reldir%_liboctgui_revision = 0
 %canon_reldir%_liboctgui_age = 0
 
--- a/libinterp/module.mk	Wed Jan 23 13:41:59 2019 -0800
+++ b/libinterp/module.mk	Wed Jan 23 14:16:26 2019 -0800
@@ -150,7 +150,7 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_liboctinterp_current = 6
+%canon_reldir%_liboctinterp_current = 7
 %canon_reldir%_liboctinterp_revision = 0
 %canon_reldir%_liboctinterp_age = 0
 
--- a/liboctave/module.mk	Wed Jan 23 13:41:59 2019 -0800
+++ b/liboctave/module.mk	Wed Jan 23 14:16:26 2019 -0800
@@ -85,7 +85,7 @@
 ## Increment the following version numbers as needed and according
 ## to the rules in the etc/HACKING.md file:
 
-%canon_reldir%_%canon_reldir%_current = 6
+%canon_reldir%_%canon_reldir%_current = 7
 %canon_reldir%_%canon_reldir%_revision = 0
 %canon_reldir%_%canon_reldir%_age = 0