changeset 26806:59bd02077bf3

maint: reintroduce OCTAVE_API_VERSION development suffix * RELEASE.CHECKLIST: Reintroduce "+" development suffix on OCTAVE_API_VERSION.
author Mike Miller <mtmiller@octave.org>
date Wed, 27 Feb 2019 09:46:23 -0800
parents 11bf2c815469
children 6ae2d885626c
files etc/RELEASE.CHECKLIST
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/RELEASE.CHECKLIST	Tue Feb 26 15:46:59 2019 +0100
+++ b/etc/RELEASE.CHECKLIST	Wed Feb 27 09:46:23 2019 -0800
@@ -68,7 +68,7 @@
 #: Completion Date:
 <!----------------------------------------------------------------------------->
 # Update shared library and oct file API version numbers
-#* Increment oct file API version number (configure.ac:OCTAVE_API_VERSION)
+#* Increment oct file API version number (configure.ac:OCTAVE_API_VERSION, increment number and drop "+" suffix)
 #* Increment libtool versioning (liboctave/module.mk:%canon_reldir%_%canon_reldir%_current, libinterp/module.mk:%canon_reldir%_liboctinterp_current, libgui/module.mk:%canon_reldir%_liboctgui_current)
 #: Completion Date:
 <!----------------------------------------------------------------------------->
@@ -102,6 +102,7 @@
 <!----------------------------------------------------------------------------->
 # Post-Release
 #* Update configure.ac (AC_INIT, OCTAVE_MAJOR_VERSION, OCTAVE_MINOR_VERSION, OCTAVE_PATCH_VERSION) to next release cycle
+#* Update oct file API version number (configure.ac:OCTAVE_API_VERSION, add "+" suffix)
 #* Remove all deprecated functions (either OCTAVE_DEPRECATED in C++ or scripts/deprecated for m-files) scheduled for deletion in default branch
 #* Move NEWS file to backup in etc/NEWS.X
 #* Create new NEWS file