changeset 28092:dfb5149859e0

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.
author John W. Eaton <jwe@octave.org>
date Mon, 17 Feb 2020 17:05:18 -0500
parents 99a1f2ca574b
children c24103fbefe5
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)