# HG changeset patch # User John W. Eaton # Date 1635603736 14400 # Node ID 869dea2b5c912c92d70c08899ce1443d1298876d # Parent 8d5280250159fb235ca84ef3ca2b284e7a4fdd37 bump stable branch version after release * configure.ac (AC_INIT): Set version to 6.4.1. (OCTAVE_PATCH_VERSION): Now 1. diff -r 8d5280250159 -r 869dea2b5c91 configure.ac --- a/configure.ac Sat Oct 30 10:20:54 2021 -0400 +++ b/configure.ac Sat Oct 30 10:22:16 2021 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [6.4.0], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [6.4.1], [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=4 -OCTAVE_PATCH_VERSION=0 +OCTAVE_PATCH_VERSION=1 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION"