changeset 21105:a58d5e6df908 stable rc-4-0-1-3

maint: Bump version number for 4.0.1-rc3.
author John W. Eaton <jwe@octave.org>
date Tue, 19 Jan 2016 13:46:20 -0500
parents 0cfcc178432b
children 325e83195685
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Mon Jan 18 20:05:39 2016 -0500
+++ b/configure.ac	Tue Jan 19 13:46:20 2016 -0500
@@ -19,14 +19,14 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.63])
-AC_INIT([GNU Octave], [4.0.1-rc2], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [4.0.1-rc3], [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-rc2
+OCTAVE_PATCH_VERSION=1-rc3
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"