diff configure.ac @ 26271:7afff15260ad

maint: Merge stable to default, begin active development of Octave 6 * configure.ac (AC_INIT): Bump version to 6.0.0 for active development phase leading to Octave 6.1 release. (OCTAVE_MAJOR_VERSION): Now 6. (OCTAVE_RELEASE_DATE): Update.
author John W. Eaton <jwe@octave.org>
date Thu, 20 Dec 2018 17:25:11 -0500
parents a88cf545cfca
children f1a8a4aac3d4
line wrap: on
line diff
--- a/configure.ac	Wed Dec 19 16:01:32 2018 -0800
+++ b/configure.ac	Thu Dec 20 17:25:11 2018 -0500
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [5.0.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.0.0], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -32,7 +32,7 @@
 ## explains how to update these numbers for release and development
 ## versions.
 
-OCTAVE_MAJOR_VERSION=5
+OCTAVE_MAJOR_VERSION=6
 OCTAVE_MINOR_VERSION=0
 OCTAVE_PATCH_VERSION=0
 
@@ -41,7 +41,7 @@
 
 OCTAVE_COPYRIGHT="Copyright (C) 2018 John W. Eaton and others."
 
-OCTAVE_RELEASE_DATE="2018-08-09"
+OCTAVE_RELEASE_DATE="2018-12-20"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly