# HG changeset patch # User Rik # Date 1515436997 28800 # Node ID ac9b4751c2239084e903875e85319d3d8c22424d # Parent 0645853d12d6ce26fc2ef57eb4fc53368f714a4b 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. diff -r 0645853d12d6 -r ac9b4751c223 configure.ac --- 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) diff -r 0645853d12d6 -r ac9b4751c223 etc/CHECKLIST --- 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.