changeset 18526:dd669c2ae76c stable rc-3-8-1-4

3.8.1 release candidate 4 * configure.ac (OCTAVE_VERSION): Bump to 3.8.1-rc4. (OCTAVE_MINOR_VERSION): Bump to 1-rc4. (OCTAVE_RELEASE_DATE): Set to 2014-02-26.
author John W. Eaton <jwe@octave.org>
date Thu, 27 Feb 2014 11:02:23 -0500
parents bf0d2e51c8f0
children ae1b1ba1b693
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Feb 25 23:56:49 2014 +0100
+++ b/configure.ac	Thu Feb 27 11:02:23 2014 -0500
@@ -19,21 +19,21 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.62])
-AC_INIT([GNU Octave], [3.8.1-rc3], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.8.1-rc4], [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=3
 OCTAVE_MINOR_VERSION=8
-OCTAVE_PATCH_VERSION=1-rc3
+OCTAVE_PATCH_VERSION=1-rc4
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others."
 
-OCTAVE_RELEASE_DATE="2014-02-17"
+OCTAVE_RELEASE_DATE="2014-02-26"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly