changeset 32244:8dd6446e94c7 stable

bump stable branch version after release * configure.ac (AC_INIT): Set version to 8.3.1. (OCTAVE_PATCH_VERSION): Now 1. * NEWS.8.md: Create section for a future 8.4 release.
author John W. Eaton <jwe@octave.org>
date Tue, 08 Aug 2023 09:46:29 -0400
parents 9c5f7ee224b3
children 1ce1c922a34b 1adf957e37ac
files configure.ac etc/NEWS.8.md
diffstat 2 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Aug 08 09:02:40 2023 -0400
+++ b/configure.ac	Tue Aug 08 09:46:29 2023 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [8.3.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [8.3.1], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -41,7 +41,7 @@
 
 OCTAVE_MAJOR_VERSION=8
 OCTAVE_MINOR_VERSION=3
-OCTAVE_PATCH_VERSION=0
+OCTAVE_PATCH_VERSION=1
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
--- a/etc/NEWS.8.md	Tue Aug 08 09:02:40 2023 -0400
+++ b/etc/NEWS.8.md	Tue Aug 08 09:46:29 2023 -0400
@@ -1,9 +1,22 @@
-Summary of bugs fixed for version 8.3.0 (2023-08-08):
+Summary of bugs fixed for version 8.4.0 (tbd):
 ----------------------------------------------------
 
 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
 
 ### Improvements and fixes
+
+### GUI
+
+### Build system / Tests
+
+### Documentation
+
+
+Summary of bugs fixed for version 8.3.0 (2022-08-08):
+----------------------------------------------------
+
+### Improvements and fixes
+
 - `undo_string_escapes`: Return `'\0'` for `NUL` byte input (bug #64051).
 - Stop excessive memory usage for minor grid ticks (bug #64017).
 - Include needed headers in installed `.cc` files (bug #63922).