changeset 30906:e4e7942cb8b7 stable

maint: Bump version for post 7.1.0 release bug fixing phase * configure.ac (AC_INIT): Update version info. (OCTAVE_PATCH_VERSION): Set to 1.
author John W. Eaton <jwe@octave.org>
date Wed, 06 Apr 2022 10:29:27 -0400
parents 111ef656617d
children 062e00e903a5 87de38eb52d9
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Apr 06 10:28:28 2022 -0400
+++ b/configure.ac	Wed Apr 06 10:29:27 2022 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [7.1.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [7.1.1], [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=1
-OCTAVE_PATCH_VERSION=0
+OCTAVE_PATCH_VERSION=1
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"