changeset 28988:a2b4cd42a9cc stable

bump version for second 6.1 release candidate * configure.ac (AC_INIT): Set version to 6.0.92. (OCTAVE_PATCH_VERSION): Now 92. (OCTAVE_RELEASE_DATE): Set to 2020-108-23.
author John W. Eaton <jwe@octave.org>
date Fri, 23 Oct 2020 10:07:15 -0400
parents 47107a0979cd
children c67f39732d14
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Oct 22 22:58:25 2020 +0200
+++ b/configure.ac	Fri Oct 23 10:07:15 2020 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.0.91], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.0.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=0
-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) 2020 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2020-08-26"
+OCTAVE_RELEASE_DATE="2020-10-23"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly