changeset 29734:9d70a797d54a stable rc-6-2-90

bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 6.2.91. (OCTAVE_PATCH_VERSION): Now 91.
author John W. Eaton <jwe@octave.org>
date Sun, 06 Jun 2021 10:14:32 -0400
parents fc282fdd1a42
children 32d345451ccc 906b7d0b6d98
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Jun 05 20:35:58 2021 -0400
+++ b/configure.ac	Sun Jun 06 10:14:32 2021 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.2.90], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.2.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=2
-OCTAVE_PATCH_VERSION=90
+OCTAVE_PATCH_VERSION=91
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"