changeset 25324:4c14c002cabe stable rc-4-3-92

bump version for third 4.4 release candidate * configure.ac (AC_INIT): Set version to 4.3.92. (OCTAVE_PATCH_VERSION): Now 92. (OCTAVE_RELEASE_DATE): Set to 2018-04-27.
author John W. Eaton <jwe@octave.org>
date Fri, 27 Apr 2018 10:05:34 -0400
parents 56201aad3462
children a3ad37a5437b
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Apr 26 21:39:22 2018 -0400
+++ b/configure.ac	Fri Apr 27 10:05:34 2018 -0400
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [4.3.91], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [4.3.92], [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=91
+OCTAVE_PATCH_VERSION=92
 
 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-19"
+OCTAVE_RELEASE_DATE="2018-04-27"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly