changeset 30844:8b50d8916a18 stable

Bump stable branch version after release candidate. * configure.ac (AC_INIT): Set version to 7.0.93. (OCTAVE_PATCH_VERSION): Now 93.
author John W. Eaton <jwe@octave.org>
date Fri, 18 Mar 2022 09:34:52 -0400
parents 102820636eb6
children 022fd8234356 1d500db0f5ec
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Mar 18 09:33:50 2022 -0400
+++ b/configure.ac	Fri Mar 18 09:34:52 2022 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [7.0.92], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [7.0.93], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -41,7 +41,7 @@
 
 OCTAVE_MAJOR_VERSION=7
 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"