diff configure.ac @ 20103:065f933ef083 rc-4-0-0-3

maint: Bump version number for 4.0.0-rc3
author John W. Eaton <jwe@octave.org>
date Fri, 10 Apr 2015 14:41:12 -0400
parents eba80000fa0d
children d58ba8b9f709
line wrap: on
line diff
--- a/configure.ac	Fri Apr 10 08:32:11 2015 -0700
+++ b/configure.ac	Fri Apr 10 14:41:12 2015 -0400
@@ -19,14 +19,14 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.63])
-AC_INIT([GNU Octave], [4.0.0-rc2], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [4.0.0-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=0-rc2
+OCTAVE_PATCH_VERSION=0-rc3
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"