diff configure.ac @ 26803: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 bc1580ebb78c
children ee6300e77c92
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)