# HG changeset patch # User John W. Eaton # Date 1524168066 14400 # Node ID ff59be58f0282e418fb3447d5442fa1d618cfe10 # Parent f692728de1133dc905ae1eb256c9f933480d1c25 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. diff -r f692728de113 -r ff59be58f028 configure.ac --- 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