# HG changeset patch # User John W. Eaton # Date 1707290659 18000 # Node ID e5874e36a7256af2bd165544a904f466317d18d6 # Parent 6c1672716865614be380866008c9c97414b1527f bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 9.0.91. (OCTAVE_PATCH_VERSION): Set to 91. diff -r 6c1672716865 -r e5874e36a725 configure.ac --- a/configure.ac Wed Feb 07 01:55:03 2024 -0500 +++ b/configure.ac Wed Feb 07 02:24:19 2024 -0500 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [9.0.90], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [9.0.91], [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=0 -OCTAVE_PATCH_VERSION=90 +OCTAVE_PATCH_VERSION=91 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION"