diff configure.ac @ 23225:1327ea4f5a93 stable release-4-2-1

Version 4.2.1 released. * configure.ac (OCTAVE_VERSION): Now 4.2.1. (OCTAVE_PATCH_VERSION): Now 1. (OCTAVE_COPYRIGHT): Update year to 2017. (OCTAVE_RELEASE_DATE): Set to 2017-02-22. * NEWS: Update for release.
author John W. Eaton <jwe@octave.org>
date Wed, 22 Feb 2017 13:16:59 -0500
parents 3ac9f9ecfae5
children e4d01cf67473 22ff14feb26e
line wrap: on
line diff
--- a/configure.ac	Wed Feb 22 12:39:29 2017 -0500
+++ b/configure.ac	Wed Feb 22 13:16:59 2017 -0500
@@ -19,21 +19,21 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.63])
-AC_INIT([GNU Octave], [4.2.0], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [4.2.1], [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=2
-OCTAVE_PATCH_VERSION=0
+OCTAVE_PATCH_VERSION=1
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
-OCTAVE_COPYRIGHT="Copyright (C) 2016 John W. Eaton and others."
-
-OCTAVE_RELEASE_DATE="2016-11-13"
+OCTAVE_COPYRIGHT="Copyright (C) 2017 John W. Eaton and others."
+
+OCTAVE_RELEASE_DATE="2017-02-22"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly