# HG changeset patch # User John W. Eaton # Date 1710265996 14400 # Node ID c82ac458cd780f57810848813bd73447d49a8d7c # Parent d8fbfa44b064f2e21a0f5fd8ab2c56ad979b0b98 * configure.ac (OCTAVE_API_VERSION): Now api-v59. diff -r d8fbfa44b064 -r c82ac458cd78 configure.ac --- a/configure.ac Thu Mar 14 08:06:08 2024 +0100 +++ b/configure.ac Tue Mar 12 13:53:16 2024 -0400 @@ -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-v58" +OCTAVE_API_VERSION="api-v59" AC_SUBST(OCTAVE_MAJOR_VERSION) AC_SUBST(OCTAVE_MINOR_VERSION)