changeset 28032:75a90bfc14b1 stable

maint: Bump version for post 5.2.0 release bug fixing phase
author Mike Miller <mtmiller@octave.org>
date Fri, 31 Jan 2020 10:45:13 -0800
parents df5bbd92b3c8
children ff46a5d19dc0 1a3e3ab22219
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Jan 31 16:44:31 2020 +0900
+++ b/configure.ac	Fri Jan 31 10:45:13 2020 -0800
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [5.2.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [5.2.1], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -34,7 +34,7 @@
 
 OCTAVE_MAJOR_VERSION=5
 OCTAVE_MINOR_VERSION=2
-OCTAVE_PATCH_VERSION=0
+OCTAVE_PATCH_VERSION=1
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"