changeset 28071:c2a95ab0e94b

maint: Merge stable to default, begin active development of Octave 7 * configure.ac (AC_INIT): Bump version to 7.0.0 for active development phase leading to Octave 7.1 release. (OCTAVE_MAJOR_VERSION): Now 7. (OCTAVE_RELEASE_DATE): Update.
author John W. Eaton <jwe@octave.org>
date Mon, 17 Feb 2020 12:43:53 -0500
parents ff46a5d19dc0 (current diff) 564fe206b431 (diff)
children 090964145c2f
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Feb 17 12:38:34 2020 -0500
+++ b/configure.ac	Mon Feb 17 12:43:53 2020 -0500
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.0.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [7.0.0], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -39,7 +39,7 @@
 ## explains how to update these numbers for release and development
 ## versions.
 
-OCTAVE_MAJOR_VERSION=6
+OCTAVE_MAJOR_VERSION=7
 OCTAVE_MINOR_VERSION=0
 OCTAVE_PATCH_VERSION=0
 
@@ -48,7 +48,7 @@
 
 OCTAVE_COPYRIGHT="Copyright (C) 2020 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2019-02-23"
+OCTAVE_RELEASE_DATE="2020-02-17"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly