From 3dc65e478d8ea462caf9b43c699ad04ad790dfbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Sat, 14 Dec 2024 15:03:38 +0100 Subject: [PATCH] Bump stable branch version after release. * configure.ac (AC_INIT): Set version to 9.3.1. (OCTAVE_PATCH_VERSION): Now 1. * NEWS.9.md: Create section for a future 9.4 release. --- configure.ac | 4 ++-- etc/NEWS.9.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a411d15830..f202019ee3 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ dnl ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [9.3.0], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [9.3.1], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -41,7 +41,7 @@ dnl AC_INIT requires it to be static, not computed from shell variables. OCTAVE_MAJOR_VERSION=9 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" diff --git a/etc/NEWS.9.md b/etc/NEWS.9.md index 879680cdf9..f0e31e5578 100644 --- a/etc/NEWS.9.md +++ b/etc/NEWS.9.md @@ -1,5 +1,17 @@ For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX +Summary of bugs fixed for version 9.4.0 (tbd): +----------------------------------------------------- + +### Improvements and fixes + +### GUI + +### Build system / Tests + +### Documentation + + Summary of bugs fixed for version 9.3.0 (2024-12-12): -----------------------------------------------------