# HG changeset patch # User John W. Eaton # Date 1524837934 14400 # Node ID 4c14c002cabeb60cf693d5a032b6285f92804643 # Parent 56201aad346295bbdbae533cbce262da53886877 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. diff -r 56201aad3462 -r 4c14c002cabe configure.ac --- 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