changeset 19025:a66548dc07b0 stable release-3-8-2

Version 3.8.2 released. * configure.ac (OCTAVE_VERSION): Now 3.8.2. (OCTAVE_MINOR_VERSION): Now 2. (OCTAVE_RELEASE_DATE): Set to 2014-06-06.
author John W. Eaton <jwe@octave.org>
date Thu, 07 Aug 2014 11:41:28 -0400
parents 082063dc2165
children ed2487910730
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Aug 05 17:46:31 2014 -0700
+++ b/configure.ac	Thu Aug 07 11:41:28 2014 -0400
@@ -19,21 +19,21 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.62])
-AC_INIT([GNU Octave], [3.8.2-rc2], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.8.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=3
 OCTAVE_MINOR_VERSION=8
-OCTAVE_PATCH_VERSION=2-rc2
+OCTAVE_PATCH_VERSION=2
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 2014 John W. Eaton and others."
 
-OCTAVE_RELEASE_DATE="2014-07-01"
+OCTAVE_RELEASE_DATE="2014-08-06"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly