# HG changeset patch # User John W. Eaton # Date 1549302593 0 # Node ID af47f245a2ada829fa87f339bbe8e7c64a189bda # Parent df42ea23502f185358798894a38205c3251673f2 bump version for first 5.1 release candidate * configure.ac (AC_INIT): Set version to 5.0.91. (OCTAVE_PATCH_VERSION): Now 91. (OCTAVE_RELEASE_DATE): Set to 2019-02-04. diff -r df42ea23502f -r af47f245a2ad configure.ac --- a/configure.ac Thu Jan 31 21:35:04 2019 -0800 +++ b/configure.ac Mon Feb 04 17:49:53 2019 +0000 @@ -20,7 +20,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [5.0.90], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [5.0.91], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -34,14 +34,14 @@ OCTAVE_MAJOR_VERSION=5 OCTAVE_MINOR_VERSION=0 -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) 2019 John W. Eaton and others." -OCTAVE_RELEASE_DATE="2019-01-24" +OCTAVE_RELEASE_DATE="2019-02-04" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly