# HG changeset patch # User John W. Eaton # Date 1647609196 14400 # Node ID 266610d855194b2a55e6b501ccc302e6c0d8f6d0 # Parent 6661824a987afcc64f9bf4be7238d7f5beab4d39 bump version for second 7.1 release candidate * configure.ac (AC_INIT): Set version to 7.0.92. (OCTAVE_PATCH_VERSION): Now 92. (OCTAVE_RELEASE_DATE): Set to 2022-03-18. * etc/NEWS.7.md: Update. diff -r 6661824a987a -r 266610d85519 configure.ac --- a/configure.ac Fri Mar 18 09:17:58 2022 -0400 +++ b/configure.ac Fri Mar 18 09:13:16 2022 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [7.0.91], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [7.0.92], [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=0 -OCTAVE_PATCH_VERSION=91 +OCTAVE_PATCH_VERSION=92 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-01-05" +OCTAVE_RELEASE_DATE="2022-03-18" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly diff -r 6661824a987a -r 266610d85519 etc/NEWS.7.md --- a/etc/NEWS.7.md Fri Mar 18 09:17:58 2022 -0400 +++ b/etc/NEWS.7.md Fri Mar 18 09:13:16 2022 -0400 @@ -1,4 +1,4 @@ -Summary of important user-visible changes for version 7 (2022-01-05) +Summary of important user-visible changes for version 7 (2022-03-18) -------------------------------------------------------------------- ### General improvements