# HG changeset patch # User John W. Eaton # Date 1523457316 14400 # Node ID a5ad9c053e41ed39a8c69ff99936cbcf18256abf # Parent cbe53b5ea5ce2eb2444392e09be2967f73b4253b bump version for first 4.4 release candidate * configure.ac (AC_INIT): Set version to 4.3.90. (OCTAVE_PATCH_VERSION): Now 90. (OCTAVE_RELEASE_DATE): Set to 2018-04-11. diff -r cbe53b5ea5ce -r a5ad9c053e41 configure.ac --- a/configure.ac Tue Feb 06 07:00:09 2018 +0100 +++ b/configure.ac Wed Apr 11 10:35:16 2018 -0400 @@ -20,7 +20,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [4.3.0+], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [4.3.90], [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=0+ +OCTAVE_PATCH_VERSION=90 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="2016-11-13" +OCTAVE_RELEASE_DATE="2018-04-11" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly