changeset 30272:869dea2b5c91 stable

bump stable branch version after release * configure.ac (AC_INIT): Set version to 6.4.1. (OCTAVE_PATCH_VERSION): Now 1.
author John W. Eaton <jwe@octave.org>
date Sat, 30 Oct 2021 10:22:16 -0400
parents 8d5280250159
children 14f443a73558 552239d43c18
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Oct 30 10:20:54 2021 -0400
+++ b/configure.ac	Sat Oct 30 10:22:16 2021 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [6.4.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [6.4.1], [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=4
-OCTAVE_PATCH_VERSION=0
+OCTAVE_PATCH_VERSION=1
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"