changeset 25289:ff59be58f028 stable rc-4-3-91

bump version for second 4.4 release candidate * configure.ac (AC_INIT): Set version to 4.3.91. (OCTAVE_PATCH_VERSION): Now 91. (OCTAVE_RELEASE_DATE): Set to 2018-04-19.
author John W. Eaton <jwe@octave.org>
date Thu, 19 Apr 2018 16:01:06 -0400
parents f692728de113
children fc7f0d333e98
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Apr 19 14:32:37 2018 -0400
+++ b/configure.ac	Thu Apr 19 16:01:06 2018 -0400
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [4.3.90], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [4.3.91], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -30,14 +30,14 @@
 
 OCTAVE_MAJOR_VERSION=4
 OCTAVE_MINOR_VERSION=3
-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) 2018 John W. Eaton and others."
 
-OCTAVE_RELEASE_DATE="2018-04-11"
+OCTAVE_RELEASE_DATE="2018-04-19"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly