diff configure.ac @ 30596:347dbc9049d5 stable rc-7-0-90

bump version for first 7.1 release candidate * configure.ac (AC_INIT): Set version to 7.0.90. (OCTAVE_PATCH_VERSION): Now 90. (OCTAVE_RELEASE_DATE): Set to 2022-01-05. * CITATION: Update. * etc/NEWS.7.md: Update.
author John W. Eaton <jwe@octave.org>
date Wed, 05 Jan 2022 21:38:24 -0500
parents 796f54d4ddbf
children 2ace5c035cd2 ef8267126c2a
line wrap: on
line diff
--- a/configure.ac	Wed Jan 05 15:46:56 2022 +0900
+++ b/configure.ac	Wed Jan 05 21:38:24 2022 -0500
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [7.0.1], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [7.0.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=0
-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) 2021-2022 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2021-11-24"
+OCTAVE_RELEASE_DATE="2022-01-05"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly
@@ -63,7 +63,7 @@
 dnl FIXME: Since we also set libtool versions for liboctave and libinterp,
 dnl perhaps we should be computing the "api version" from those versions numbers
 dnl in some way instead of setting it independently here.
-OCTAVE_API_VERSION="api-v56+"
+OCTAVE_API_VERSION="api-v57"
 
 AC_SUBST(OCTAVE_MAJOR_VERSION)
 AC_SUBST(OCTAVE_MINOR_VERSION)