comparison configure.ac @ 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 4963f23b145c
comparison
equal deleted inserted replaced
28091:99a1f2ca574b 28092:dfb5149859e0
61 ## macros instead. 61 ## macros instead.
62 dnl 62 dnl
63 dnl FIXME: Since we also set libtool versions for liboctave and libinterp, 63 dnl FIXME: Since we also set libtool versions for liboctave and libinterp,
64 dnl perhaps we should be computing the "api version" from those versions numbers 64 dnl perhaps we should be computing the "api version" from those versions numbers
65 dnl in some way instead of setting it independently here. 65 dnl in some way instead of setting it independently here.
66 OCTAVE_API_VERSION="api-v54" 66 OCTAVE_API_VERSION="api-v54+"
67 67
68 AC_SUBST(OCTAVE_MAJOR_VERSION) 68 AC_SUBST(OCTAVE_MAJOR_VERSION)
69 AC_SUBST(OCTAVE_MINOR_VERSION) 69 AC_SUBST(OCTAVE_MINOR_VERSION)
70 AC_SUBST(OCTAVE_PATCH_VERSION) 70 AC_SUBST(OCTAVE_PATCH_VERSION)
71 AC_SUBST(OCTAVE_VERSION) 71 AC_SUBST(OCTAVE_VERSION)