changeset 29361:ff2182117548 stable

bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 6.1.91. (OCTAVE_PATCH_VERSION): Now 91.
author John W. Eaton <jwe@octave.org>
date Wed, 10 Feb 2021 14:36:07 -0500
parents 55008004bb9a
children 3231cf6fd596 fb03c1051810
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Feb 10 11:31:03 2021 -0500
+++ b/configure.ac	Wed Feb 10 14:36:07 2021 -0500
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.1.90], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.1.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=1
-OCTAVE_PATCH_VERSION=90
+OCTAVE_PATCH_VERSION=91
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"