# HG changeset patch # User John W. Eaton # Date 1649255367 14400 # Node ID e4e7942cb8b7c2535dcc3b6512d06e1a1c278a1a # Parent 111ef656617d4d8dbadd7fc88cd7dc3e835213f9 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. diff -r 111ef656617d -r e4e7942cb8b7 configure.ac --- 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"