# HG changeset patch # User John W. Eaton # Date 1603465155 14400 # Node ID c67f39732d1441a685a524586ebcf2246641b4f5 # Parent a2b4cd42a9cc0de72074a481ef44a7b1e6667048 bump stable branch version after release candidate * configure.ac (AC_INIT): Set version to 6.0.93. (OCTAVE_PATCH_VERSION): Now 93. diff -r a2b4cd42a9cc -r c67f39732d14 configure.ac --- a/configure.ac Fri Oct 23 10:07:15 2020 -0400 +++ b/configure.ac Fri Oct 23 10:59:15 2020 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [6.0.92], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [6.0.93], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -41,7 +41,7 @@ OCTAVE_MAJOR_VERSION=6 OCTAVE_MINOR_VERSION=0 -OCTAVE_PATCH_VERSION=92 +OCTAVE_PATCH_VERSION=93 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION"