changeset 25295:faed660f7222 stable

maint: update library version numbers for 4.4 release * configure.ac (OCTAVE_API_VERSION): Update to api-v52. * libgui/module.mk (%canon_reldir%_liboctgui_current): Update to 3. * libinterp/module.mk (%canon_reldir%_liboctinterp_current): Update to 5. * liboctave/module.mk (%canon_reldir%_%canon_reldir%_current): Update to 5.
author Mike Miller <mtmiller@octave.org>
date Mon, 23 Apr 2018 14:36:12 -0700
parents ae0518976e2b
children b99b0d423807 65b4b04600c6
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	Sat Apr 21 22:27:17 2018 +0200
+++ b/configure.ac	Mon Apr 23 14:36:12 2018 -0700
@@ -52,7 +52,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-v51+"
+OCTAVE_API_VERSION="api-v52"
 
 AC_SUBST(OCTAVE_MAJOR_VERSION)
 AC_SUBST(OCTAVE_MINOR_VERSION)
--- a/libgui/module.mk	Sat Apr 21 22:27:17 2018 +0200
+++ b/libgui/module.mk	Mon Apr 23 14:36:12 2018 -0700
@@ -63,7 +63,7 @@
   $(LIBOCTGUI_LINK_DEPS)
 
 # Increment these as needed and according to the rules in the libtool manual:
-%canon_reldir%_liboctgui_current = 2
+%canon_reldir%_liboctgui_current = 3
 %canon_reldir%_liboctgui_revision = 0
 %canon_reldir%_liboctgui_age = 0
 
--- a/libinterp/module.mk	Sat Apr 21 22:27:17 2018 +0200
+++ b/libinterp/module.mk	Mon Apr 23 14:36:12 2018 -0700
@@ -167,7 +167,7 @@
   $(LIBOCTINTERP_LINK_DEPS)
 
 # Increment these as needed and according to the rules in the libtool manual:
-%canon_reldir%_liboctinterp_current = 4
+%canon_reldir%_liboctinterp_current = 5
 %canon_reldir%_liboctinterp_revision = 0
 %canon_reldir%_liboctinterp_age = 0
 
--- a/liboctave/module.mk	Sat Apr 21 22:27:17 2018 +0200
+++ b/liboctave/module.mk	Mon Apr 23 14:36:12 2018 -0700
@@ -73,7 +73,7 @@
   $(LIBOCTAVE_LINK_DEPS)
 
 # Increment these as needed and according to the rules in the libtool manual:
-%canon_reldir%_%canon_reldir%_current = 4
+%canon_reldir%_%canon_reldir%_current = 5
 %canon_reldir%_%canon_reldir%_revision = 0
 %canon_reldir%_%canon_reldir%_age = 0