# HG changeset patch # User John W. Eaton # Date 1548357738 0 # Node ID 82865ccb62c2aa2f1273683b8343a80e2e6a0e83 # Parent 361f7ce80f8536a08214ca5484ea0b9b8f3fcc22 bump version for first 5.1 release candidate * configure.ac (AC_INIT): Set version to 5.0.90. (OCTAVE_PATCH_VERSION): Now 90. (OCTAVE_RELEASE_DATE): Set to 2019-01-24. diff -r 361f7ce80f85 -r 82865ccb62c2 configure.ac --- a/configure.ac Thu Jan 24 19:20:57 2019 +0000 +++ b/configure.ac Thu Jan 24 19:22:18 2019 +0000 @@ -20,7 +20,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [5.0.1], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [5.0.90], [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=1 +OCTAVE_PATCH_VERSION=90 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION" -OCTAVE_COPYRIGHT="Copyright (C) 2018-2019 John W. Eaton and others." - -OCTAVE_RELEASE_DATE="2018-12-20" +OCTAVE_COPYRIGHT="Copyright (C) 2019 John W. Eaton and others." + +OCTAVE_RELEASE_DATE="2019-01-24" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly