# HG changeset patch # User John W. Eaton # Date 1634672793 14400 # Node ID 3dc9decc98f97d0b05fff9dbb66b2400d6139830 # Parent 3dfe97a06ba9c8185e8578bf57527b2d120c0c51 bump version for 6.3.90 release candidate * configure.ac (AC_INIT): Set version to 6.3.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_RELEASE_DATE): Set to 2021-10-19. diff -r 3dfe97a06ba9 -r 3dc9decc98f9 configure.ac --- a/configure.ac Fri Oct 08 19:11:23 2021 -0400 +++ b/configure.ac Tue Oct 19 15:46:33 2021 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [6.3.1], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [6.3.90], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -41,14 +41,14 @@ OCTAVE_MAJOR_VERSION=6 OCTAVE_MINOR_VERSION=3 -OCTAVE_PATCH_VERSION=1 +OCTAVE_PATCH_VERSION=90 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_COPYRIGHT="Copyright (C) 2021 The Octave Project Developers." -OCTAVE_RELEASE_DATE="2021-07-11" +OCTAVE_RELEASE_DATE="2021-10-19" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly