changeset 28070:564fe206b431 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 6.1.0 release. (OCTAVE_RELEASE_DATE): Update.
author John W. Eaton <jwe@octave.org>
date Mon, 17 Feb 2020 12:42:15 -0500
parents 1a3e3ab22219
children c2a95ab0e94b 47238792de58
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Feb 17 12:39:57 2020 -0500
+++ b/configure.ac	Mon Feb 17 12:42:15 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], [6.0.1], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -41,14 +41,14 @@
 
 OCTAVE_MAJOR_VERSION=6
 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="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