changeset 29114:9d3ed4e2a1a2 stable

maint: Bump version for post 6.1.0 release bug fixing phase
author John W. Eaton <jwe@octave.org>
date Fri, 27 Nov 2020 13:44:11 -0500
parents fb528d34f1ef
children 756cd46286c6
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Nov 26 13:20:44 2020 -0500
+++ b/configure.ac	Fri Nov 27 13:44:11 2020 -0500
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.1.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.1.1], [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=0
+OCTAVE_PATCH_VERSION=1
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"