changeset 28989:c67f39732d14 stable rc-6-0-92

bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 6.0.93. (OCTAVE_PATCH_VERSION): Now 93.
author John W. Eaton <jwe@octave.org>
date Fri, 23 Oct 2020 10:59:15 -0400
parents a2b4cd42a9cc
children 9c3f4e9a0c83 d08d55570a98
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Oct 23 10:07:15 2020 -0400
+++ b/configure.ac	Fri Oct 23 10:59:15 2020 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.0.92], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.0.93], [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=92
+OCTAVE_PATCH_VERSION=93
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"