changeset 24556:ac9b4751c223

Add '+' to development branch API version number to avoid segfaults with .oct files (bug #52815). * configure.ac: Add '+' to OCTAVE_API_VERSION. * CHECKLIST: Add note to update OCTAVE_API_VERSION at each release.
author Rik <rik@octave.org>
date Mon, 08 Jan 2018 10:43:17 -0800
parents 0645853d12d6
children e721ca8bb801
files configure.ac etc/CHECKLIST
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Jan 08 10:25:24 2018 -0800
+++ b/configure.ac	Mon Jan 08 10:43:17 2018 -0800
@@ -47,7 +47,7 @@
 ## libinterp, perhaps we should be computing the "api version" from
 ## those versions numbers in some way instead of setting it
 ## independently here.
-OCTAVE_API_VERSION="api-v51"
+OCTAVE_API_VERSION="api-v51+"
 
 AC_SUBST(OCTAVE_MAJOR_VERSION)
 AC_SUBST(OCTAVE_MINOR_VERSION)
--- a/etc/CHECKLIST	Mon Jan 08 10:25:24 2018 -0800
+++ b/etc/CHECKLIST	Mon Jan 08 10:43:17 2018 -0800
@@ -2,6 +2,8 @@
 
   * Update the version number and release date in configure.ac.
 
+  * Update the OCTAVE_API_VERSION number in configure.ac.
+
   * Update version number and release year in CITATION.
 
   * Update the NEWS file.  Include release date in Summary header.