changeset 25515:fe3a7b831014 stable

* configure.ac: Set version to 4.4.0+.
author John W. Eaton <jwe@octave.org>
date Thu, 28 Jun 2018 15:22:08 -0400
parents 6aa29920a531
children 3e2eddff9672 ca740fb8b491
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Jun 25 14:25:55 2018 -0500
+++ b/configure.ac	Thu Jun 28 15:22:08 2018 -0400
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [4.4.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [4.4.0+], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -30,7 +30,7 @@
 
 OCTAVE_MAJOR_VERSION=4
 OCTAVE_MINOR_VERSION=4
-OCTAVE_PATCH_VERSION=0
+OCTAVE_PATCH_VERSION=0+
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"