# HG changeset patch # User John W. Eaton # Date 1402069397 14400 # Node ID 492c5614953571a0b07f4c1621cc7bc5c85c0251 # Parent 2dcc4398950d45e080c19b043782db75aa9a650e 3.8.2 release candidate 1 * configure.ac (OCTAVE_VERSION): Bump to 3.8.2-rc1. (OCTAVE_MINOR_VERSION): Bump to 2-rc1. (OCTAVE_RELEASE_DATE): Set to 2014-06-06. diff -r 2dcc4398950d -r 492c56149535 configure.ac --- a/configure.ac Wed Jun 04 22:09:08 2014 -0700 +++ b/configure.ac Fri Jun 06 11:43:17 2014 -0400 @@ -19,21 +19,21 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.8.1], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.8.2-rc1], [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 +OCTAVE_PATCH_VERSION=2-rc1 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-03-06" +OCTAVE_RELEASE_DATE="2014-06-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