changeset 26620:82865ccb62c2 stable rc-5-0-90

bump version for first 5.1 release candidate * configure.ac (AC_INIT): Set version to 5.0.90. (OCTAVE_PATCH_VERSION): Now 90. (OCTAVE_RELEASE_DATE): Set to 2019-01-24.
author John W. Eaton <jwe@octave.org>
date Thu, 24 Jan 2019 19:22:18 +0000
parents 361f7ce80f85
children 7bb23cecb928 dc04b1a27c1e
files configure.ac
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Jan 24 19:20:57 2019 +0000
+++ b/configure.ac	Thu Jan 24 19:22:18 2019 +0000
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [5.0.1], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [5.0.90], [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=1
+OCTAVE_PATCH_VERSION=90
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
-OCTAVE_COPYRIGHT="Copyright (C) 2018-2019 John W. Eaton and others."
-
-OCTAVE_RELEASE_DATE="2018-12-20"
+OCTAVE_COPYRIGHT="Copyright (C) 2019 John W. Eaton and others."
+
+OCTAVE_RELEASE_DATE="2019-01-24"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly