# HG changeset patch # User John W. Eaton # Date 1430283277 14400 # Node ID cbce57ca9747bc8d582f2830dedc060a82b5793e # Parent a2e84b98eb6944d570a9a7bfbd46a14be727597b# Parent 64a2d4c87ecbac9264bee3059a1a3a6e23d646b5 maint: Merge away extra head. diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -93,3 +93,4 @@ 52d2bbf49c922440621b42b1c1679f0e55462485 rc-4-0-0-1 eba80000fa0dad32ba0f1cd767dd826d1ce1aba6 rc-4-0-0-2 065f933ef08318e40b81f7fe75236e6175088117 rc-4-0-0-3 +42bb3a776c9fcc008669f382d2409297c4a901b3 rc-4-0-0-4 diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -19,14 +19,14 @@ ### . AC_PREREQ([2.63]) -AC_INIT([GNU Octave], [4.0.0-rc3], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [4.0.0-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=0-rc3 +OCTAVE_PATCH_VERSION=0-rc4 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"