changeset 21638:acaf1e137c5e stable release-4-0-2

Version 4.0.2 released. * configure.ac: Bump version to 4.0.2. (OCTAVE_PATCH_VERSION): Bump to 2. (OCTAVE_RELEASE_DATE): Update. * liboctave/Makefile.am (liboctave_revision): Increment. * libinterp/Makefile.am (liboctinterp_revision): Increment.
author John W. Eaton <jwe@octave.org>
date Wed, 20 Apr 2016 15:00:37 -0400
parents 9860b8183202
children cff44a19abfe
files configure.ac libinterp/Makefile.am liboctave/Makefile.am
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Apr 13 14:49:34 2016 -0700
+++ b/configure.ac	Wed Apr 20 15:00:37 2016 -0400
@@ -19,21 +19,21 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.63])
-AC_INIT([GNU Octave], [4.0.1], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [4.0.2], [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=1
+OCTAVE_PATCH_VERSION=2
 
 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-03-21"
+OCTAVE_RELEASE_DATE="2016-04-20"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly
--- a/libinterp/Makefile.am	Wed Apr 13 14:49:34 2016 -0700
+++ b/libinterp/Makefile.am	Wed Apr 20 15:00:37 2016 -0400
@@ -200,7 +200,7 @@
 
 # Increment these as needed and according to the rules in the libtool manual:
 liboctinterp_current = 4
-liboctinterp_revision = 0
+liboctinterp_revision = 1
 liboctinterp_age = 1
 
 liboctinterp_version_info = $(liboctinterp_current):$(liboctinterp_revision):$(liboctinterp_age)
--- a/liboctave/Makefile.am	Wed Apr 13 14:49:34 2016 -0700
+++ b/liboctave/Makefile.am	Wed Apr 20 15:00:37 2016 -0400
@@ -98,7 +98,7 @@
 
 # Increment these as needed and according to the rules in the libtool manual:
 liboctave_current = 3
-liboctave_revision = 1
+liboctave_revision = 2
 liboctave_age = 0
 
 liboctave_version_info = $(liboctave_current):$(liboctave_revision):$(liboctave_age)