# HG changeset patch # User John W. Eaton # Date 1655143563 14400 # Node ID 48fcfbaea2cdcfffaf1058c95832a33f70419a6f # Parent 4b6f03d7264a717b04c77ccef612de59dafdbd35 bump version for 7.1.90 release candidate * configure.ac (AC_INIT): Set version to 7.1.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_RELEASE_DATE): Set to 2022-06-13. diff -r 4b6f03d7264a -r 48fcfbaea2cd configure.ac --- a/configure.ac Thu Jun 09 16:44:10 2022 +0200 +++ b/configure.ac Mon Jun 13 14:06:03 2022 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [7.1.1], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [7.1.90], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -41,14 +41,14 @@ OCTAVE_MAJOR_VERSION=7 OCTAVE_MINOR_VERSION=1 -OCTAVE_PATCH_VERSION=1 +OCTAVE_PATCH_VERSION=90 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_COPYRIGHT="Copyright (C) 1993-2022 The Octave Project Developers." -OCTAVE_RELEASE_DATE="2022-04-06" +OCTAVE_RELEASE_DATE="2022-06-13" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly