# HG changeset patch # User John W. Eaton # Date 1710273222 14400 # Node ID c59ff2782e0450bb8e44a0924a41b3a000ad52a9 # Parent db1b9058def8cff19c996eb11feb9f5dd203eb60 bump stable branch version after release * configure.ac (AC_INIT): Set version to 9.1.1. (OCTAVE_PATCH_VERSION): Now 1. * NEWS.9.md: Create section for a future 9.2 release. diff -r db1b9058def8 -r c59ff2782e04 configure.ac --- a/configure.ac Thu Mar 14 10:06:34 2024 -0400 +++ b/configure.ac Tue Mar 12 15:53:42 2024 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [9.1.0], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [9.1.1], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -41,7 +41,7 @@ OCTAVE_MAJOR_VERSION=9 OCTAVE_MINOR_VERSION=1 -OCTAVE_PATCH_VERSION=0 +OCTAVE_PATCH_VERSION=1 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION" diff -r db1b9058def8 -r c59ff2782e04 etc/NEWS.9.md --- a/etc/NEWS.9.md Thu Mar 14 10:06:34 2024 -0400 +++ b/etc/NEWS.9.md Tue Mar 12 15:53:42 2024 -0400 @@ -1,3 +1,17 @@ +Summary of bugs fixed for version 9.2.0 (YYYY-MM-DD): +----------------------------------------------------- + +For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX + +### Improvements and fixes + +### GUI + +### Build system / Tests + +### Documentation + + Summary of important user-visible changes for version 9 (2024-03-12): ---------------------------------------------------------------------