# HG changeset patch # User Markus Mützel # Date 1641470757 -3600 # Node ID ef8267126c2a6b01352131d640bcc322e7a0c729 # Parent c52c0ed8b5b9b0a7eb2b2a209c370e5d8d4587c1 Bump stable branch version after release candidate. * configure.ac (AC_INIT): Set version to 7.0.91. (OCTAVE_PATCH_VERSION): Now 91. diff -r c52c0ed8b5b9 -r ef8267126c2a configure.ac --- a/configure.ac Wed Jan 05 21:39:28 2022 -0500 +++ b/configure.ac Thu Jan 06 13:05:57 2022 +0100 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [7.0.90], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [7.0.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=0 -OCTAVE_PATCH_VERSION=90 +OCTAVE_PATCH_VERSION=91 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION"