# HG changeset patch # User John W. Eaton # Date 1524855312 14400 # Node ID c5c0ee1b74431753e1d201a0e08f9626626bad5b # Parent 2540fde5f07b9dc824a3385ed518892d99b0742b# Parent a3ad37a5437bcb3eda2f968675b9b33e2feeb25c maint: Merge away extra head on stable branch. diff -r 2540fde5f07b -r c5c0ee1b7443 .hgtags --- a/.hgtags Fri Apr 27 09:55:31 2018 -0700 +++ b/.hgtags Fri Apr 27 14:55:12 2018 -0400 @@ -111,3 +111,4 @@ 94f8e2b5a88b79974084c0ae541cacbcc62d64f6 release-4-2-2 a5ad9c053e41ed39a8c69ff99936cbcf18256abf rc-4-3-90 ff59be58f0282e418fb3447d5442fa1d618cfe10 rc-4-3-91 +4c14c002cabeb60cf693d5a032b6285f92804643 rc-4-3-92 diff -r 2540fde5f07b -r c5c0ee1b7443 configure.ac --- a/configure.ac Fri Apr 27 09:55:31 2018 -0700 +++ b/configure.ac Fri Apr 27 14:55:12 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