changeset 29797:2db3e5a10503 stable

bump version for 6.2.92 release candidate * configure.ac (AC_INIT): Set version to 6.2.92. (OCTAVE_PATCH_VERSION): Set to 92. (OCTAVE_RELEASE_DATE): Set to 2021-06-21.
author John W. Eaton <jwe@octave.org>
date Mon, 21 Jun 2021 15:20:31 -0400
parents eece40ca8c2a
children 213fa6186990
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Jun 21 15:33:39 2021 +0900
+++ b/configure.ac	Mon Jun 21 15:20:31 2021 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.2.91], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.2.92], [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=2
-OCTAVE_PATCH_VERSION=91
+OCTAVE_PATCH_VERSION=92
 
 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-06-05"
+OCTAVE_RELEASE_DATE="2021-06-21"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly