# HG changeset patch # User John W. Eaton # Date 1674439601 18000 # Node ID bcb4becbcf947826d53603cae57ddf993a92eb51 # Parent 8c8635b4e35174c50b1d3c1c1c4befeec8a1c66b bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 8.0.91. (OCTAVE_PATCH_VERSION): Now 91. diff -r 8c8635b4e351 -r bcb4becbcf94 configure.ac --- a/configure.ac Sun Jan 22 20:17:50 2023 -0500 +++ b/configure.ac Sun Jan 22 21:06:41 2023 -0500 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [8.0.90], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [8.0.91], [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=0 -OCTAVE_PATCH_VERSION=90 +OCTAVE_PATCH_VERSION=91 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION"