# HG changeset patch # User John W. Eaton # Date 1626025339 14400 # Node ID b7d0b4ab11918a2c51eb1ddc3451b9656f2325e8 # Parent 382b1c55acb50c5961a115de610494772afc22c0 bump version info after 6.3.0 release * configure.ac (AC_INIT): Set version to 6.3.1. (OCTAVE_PATCH_VERSION): Now 1. diff -r 382b1c55acb5 -r b7d0b4ab1191 configure.ac --- a/configure.ac Sun Jul 11 13:40:30 2021 -0400 +++ b/configure.ac Sun Jul 11 13:42:19 2021 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [6.3.0], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [6.3.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=3 -OCTAVE_PATCH_VERSION=0 +OCTAVE_PATCH_VERSION=1 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION"