# HG changeset patch # User Mike Miller # Date 1524519372 25200 # Node ID faed660f7222ad3505ae984bb03d097d66ff6fcc # Parent ae0518976e2b529e783fbaec113e01bb8d7ec07c 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. diff -r ae0518976e2b -r faed660f7222 configure.ac --- 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) diff -r ae0518976e2b -r faed660f7222 libgui/module.mk --- 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 diff -r ae0518976e2b -r faed660f7222 libinterp/module.mk --- 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 diff -r ae0518976e2b -r faed660f7222 liboctave/module.mk --- 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