changeset 26674:af47f245a2ad stable rc-5-0-91

bump version for first 5.1 release candidate * configure.ac (AC_INIT): Set version to 5.0.91. (OCTAVE_PATCH_VERSION): Now 91. (OCTAVE_RELEASE_DATE): Set to 2019-02-04.
author John W. Eaton <jwe@octave.org>
date Mon, 04 Feb 2019 17:49:53 +0000
parents df42ea23502f
children 8c50b03c2016
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Jan 31 21:35:04 2019 -0800
+++ b/configure.ac	Mon Feb 04 17:49:53 2019 +0000
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [5.0.90], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [5.0.91], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -34,14 +34,14 @@
 
 OCTAVE_MAJOR_VERSION=5
 OCTAVE_MINOR_VERSION=0
-OCTAVE_PATCH_VERSION=90
+OCTAVE_PATCH_VERSION=91
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 2019 John W. Eaton and others."
 
-OCTAVE_RELEASE_DATE="2019-01-24"
+OCTAVE_RELEASE_DATE="2019-02-04"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly