# HG changeset patch # User John W. Eaton # Date 1622988872 14400 # Node ID 9d70a797d54a194b185f89829b0d9cefb93e58ff # Parent fc282fdd1a42bb53d230d5a193be2fd7b499e9c9 bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 6.2.91. (OCTAVE_PATCH_VERSION): Now 91. diff -r fc282fdd1a42 -r 9d70a797d54a configure.ac --- a/configure.ac Sat Jun 05 20:35:58 2021 -0400 +++ b/configure.ac Sun Jun 06 10:14:32 2021 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [6.2.90], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [6.2.91], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -41,7 +41,7 @@ OCTAVE_MAJOR_VERSION=6 OCTAVE_MINOR_VERSION=2 -OCTAVE_PATCH_VERSION=90 +OCTAVE_PATCH_VERSION=91 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION"