diff configure.ac @ 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 564fe206b431
children 99a1f2ca574b a36309586b0c
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)