changeset 21430:2b66f30a0de7 stable rc-4-0-1-4

maint: Bump version number for 4.0.1-rc4.
author John W. Eaton <jwe@octave.org>
date Thu, 10 Mar 2016 15:38:12 -0500
parents 7bb71bf2f30f
children 882cb9f032ce
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Mar 10 15:01:44 2016 -0500
+++ b/configure.ac	Thu Mar 10 15:38:12 2016 -0500
@@ -19,14 +19,14 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.63])
-AC_INIT([GNU Octave], [4.0.1-rc3], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [4.0.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=4
 OCTAVE_MINOR_VERSION=0
-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"