changeset 22025:00f7b278defd stable release-4-0-3

Version 4.0.3 released. * configure.ac: Bump version to 4.0.3. (OCTAVE_PATCH_VERSION): Bump to 3. (OCTAVE_RELEASE_DATE): Update.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Jul 2016 14:47:07 -0400
parents 9780323c1c89
children 837d7e48c9b4
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Jun 17 14:40:42 2016 -0700
+++ b/configure.ac	Fri Jul 01 14:47:07 2016 -0400
@@ -19,21 +19,21 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.63])
-AC_INIT([GNU Octave], [4.0.2], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [4.0.3], [http://octave.org/bugs.html], [octave])
 
 dnl Note that the version number is duplicated here and in AC_INIT
 dnl because AC_INIT requires it to be static, not computed from
 dnl shell variables.
 OCTAVE_MAJOR_VERSION=4
 OCTAVE_MINOR_VERSION=0
-OCTAVE_PATCH_VERSION=2
+OCTAVE_PATCH_VERSION=3
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 2016 John W. Eaton and others."
 
-OCTAVE_RELEASE_DATE="2016-04-20"
+OCTAVE_RELEASE_DATE="2016-07-01"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly