changeset 30246:3dc9decc98f9 stable rc-6-3-90

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.
author John W. Eaton <jwe@octave.org>
date Tue, 19 Oct 2021 15:46:33 -0400
parents 3dfe97a06ba9
children 699999862ced
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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