changeset 28675:2876b8109832 stable

bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 6.0.91. (OCTAVE_PATCH_VERSION): Now 91.
author John W. Eaton <jwe@octave.org>
date Wed, 02 Sep 2020 10:05:02 -0400
parents 55bc57f97965
children f044b9951df5
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Sep 02 11:19:11 2020 +0200
+++ b/configure.ac	Wed Sep 02 10:05:02 2020 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.0.90], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.0.91], [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=0
-OCTAVE_PATCH_VERSION=90
+OCTAVE_PATCH_VERSION=91
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"