changeset 32019:a13e5f367ab2 stable

bump stable branch version after release * configure.ac (AC_INIT): Set version to 8.2.1. (OCTAVE_PATCH_VERSION): Now 1. * NEWS.8.md: Create section for a future 8.3 release.
author John W. Eaton <jwe@octave.org>
date Thu, 13 Apr 2023 12:53:54 -0400
parents 44cc7030f683
children a5413268eb47 e3793a404ea1
files configure.ac etc/NEWS.8.md
diffstat 2 files changed, 15 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Apr 13 12:44:06 2023 -0400
+++ b/configure.ac	Thu Apr 13 12:53:54 2023 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [8.2.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [8.2.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=2
-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	Thu Apr 13 12:44:06 2023 -0400
+++ b/etc/NEWS.8.md	Thu Apr 13 12:53:54 2023 -0400
@@ -1,3 +1,16 @@
+Summary of bugs fixed for version 8.3.0 (yyyy-mm-dd):
+----------------------------------------------------
+
+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.2.0 (2023-04-13):
 ----------------------------------------------------