changeset 30334:8f8fab4c93ae stable

maint: Bump version for pre-release (see etc/HACKING.md) * configure.ac (AC_INIT): Bump version. (OCTAVE_PATCH_VERSION): Set to 1 for stabilization period before the version 7.1.0 release. (OCTAVE_COPYRIGHT): Update. (OCTAVE_RELEASE_DATE): Update.
author John W. Eaton <jwe@octave.org>
date Wed, 24 Nov 2021 07:22:10 -0500
parents 7ddb137383f6
children 19da6de8676c 4b31fe078a5e
files configure.ac
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Nov 24 07:19:26 2021 -0500
+++ b/configure.ac	Wed Nov 24 07:22:10 2021 -0500
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [7.0.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [7.0.1], [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=0
+OCTAVE_PATCH_VERSION=1
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
-OCTAVE_COPYRIGHT="Copyright (C) 2020 The Octave Project Developers."
-
-OCTAVE_RELEASE_DATE="2020-08-26"
+OCTAVE_COPYRIGHT="Copyright (C) 2021 The Octave Project Developers."
+
+OCTAVE_RELEASE_DATE="2021-11-24"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly