changeset 26806:14815cb62fbe

Add '+' to OCTAVE_API_VERSION to make dev branch oct files incompatible with stable. * configure.ac: Add '+' to OCTAVE_API_VERSION to make dev branch oct files incompatible with stable.
author Rik <rik@octave.org>
date Mon, 25 Feb 2019 15:20:59 -0800
parents fae5b3699c71
children 11bf2c815469
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Feb 25 22:22:36 2019 +0000
+++ b/configure.ac	Mon Feb 25 15:20:59 2019 -0800
@@ -56,7 +56,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-v53+"
 
 AC_SUBST(OCTAVE_MAJOR_VERSION)
 AC_SUBST(OCTAVE_MINOR_VERSION)