changeset 25710:439e69ae7aeb stable

bump version for 4.4.1-rc2 * configure.ac: Set version to 4.4.1-rc2 and release date to 2018-07-30.
author John W. Eaton <jwe@octave.org>
date Mon, 30 Jul 2018 15:42:48 -0400
parents 96584a825b0f
children 035ebdd4f06a
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Jul 30 15:20:23 2018 -0400
+++ b/configure.ac	Mon Jul 30 15:42:48 2018 -0400
@@ -20,7 +20,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [4.4.1-rc1], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [4.4.1-rc2], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -30,14 +30,14 @@
 
 OCTAVE_MAJOR_VERSION=4
 OCTAVE_MINOR_VERSION=4
-OCTAVE_PATCH_VERSION=1-rc1
+OCTAVE_PATCH_VERSION=1-rc2
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 2018 John W. Eaton and others."
 
-OCTAVE_RELEASE_DATE="2018-07-13"
+OCTAVE_RELEASE_DATE="2018-07-30"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly