# HG changeset patch # User John W. Eaton # Date 1634672963 14400 # Node ID f22347a87b897c2c365195e09a44d1ae2aed8175 # Parent 699999862ced3f72ef4d10a0e43828bcf0e4d0fc bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 6.3.91. (OCTAVE_PATCH_VERSION): Now 91. diff -r 699999862ced -r f22347a87b89 configure.ac --- a/configure.ac Tue Oct 19 15:46:58 2021 -0400 +++ b/configure.ac Tue Oct 19 15:49:23 2021 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [6.3.90], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [6.3.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=3 -OCTAVE_PATCH_VERSION=90 +OCTAVE_PATCH_VERSION=91 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION"