# HG changeset patch # User John W. Eaton # Date 1655143651 14400 # Node ID a30f6c08d7b5b9775666c0bfa8e48d5ff4eaf85b # Parent 67f0e8f85e8b2ea80d8a96e4f6edf8ebcdce6af0 bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 7.1.91. (OCTAVE_PATCH_VERSION): Now 91. diff -r 67f0e8f85e8b -r a30f6c08d7b5 configure.ac --- a/configure.ac Mon Jun 13 14:06:24 2022 -0400 +++ b/configure.ac Mon Jun 13 14:07:31 2022 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [7.1.90], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [7.1.91], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -41,7 +41,7 @@ OCTAVE_MAJOR_VERSION=7 OCTAVE_MINOR_VERSION=1 -OCTAVE_PATCH_VERSION=90 +OCTAVE_PATCH_VERSION=91 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION"