# HG changeset patch # User John W. Eaton # Date 1581977118 18000 # Node ID dfb5149859e0f3564172c204abf9a1f5147b5f5d # Parent 99a1f2ca574b6b69703d1fa9fda90ad442ff147c add '+' to OCTAVE_API_VERSION for version 7 development phase * configure.ac (OCTAVE_API_VERSION): Add '+' to version string to make dev branch oct files incompatible with stable. diff -r 99a1f2ca574b -r dfb5149859e0 configure.ac --- a/configure.ac Tue Feb 18 08:01:55 2020 -0500 +++ b/configure.ac Mon Feb 17 17:05:18 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-v54" +OCTAVE_API_VERSION="api-v54+" AC_SUBST(OCTAVE_MAJOR_VERSION) AC_SUBST(OCTAVE_MINOR_VERSION)