changeset 24868:8f8241c8c9a6 stable

More updates for 4.2.2 release. * configure.ac: Remove rc suffix and update dates. * doc/interpreter/octave.texi: Update dates.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 13 Mar 2018 12:12:22 +0100
parents b2b1ada9a7f1
children 59fafbc9fbf7 94f8e2b5a88b
files configure.ac doc/interpreter/octave.texi
diffstat 2 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Mar 13 06:51:17 2018 -0400
+++ b/configure.ac	Tue Mar 13 12:12:22 2018 +0100
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl Copyright (C) 1993-2017 John W. Eaton
+dnl Copyright (C) 1993-2018 John W. Eaton
 ###
 ### This file is part of Octave.
 ###
@@ -19,21 +19,21 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.63])
-AC_INIT([GNU Octave], [4.2.2-rc1], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [4.2.2], [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=2-rc1
+OCTAVE_PATCH_VERSION=2
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
-OCTAVE_COPYRIGHT="Copyright (C) 2017 John W. Eaton and others."
-
-OCTAVE_RELEASE_DATE="2018-03-08"
+OCTAVE_COPYRIGHT="Copyright (C) 2018 John W. Eaton and others."
+
+OCTAVE_RELEASE_DATE="2018-03-13"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly
--- a/doc/interpreter/octave.texi	Tue Mar 13 06:51:17 2018 -0400
+++ b/doc/interpreter/octave.texi	Tue Mar 13 12:12:22 2018 +0100
@@ -65,7 +65,7 @@
 
 @ifnottex
 
-Copyright @copyright{} 1996-2017 John W. Eaton.
+Copyright @copyright{} 1996-2018 John W. Eaton.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -92,7 +92,7 @@
 @title GNU Octave
 @subtitle A high-level interactive language for numerical computations
 @subtitle Edition 4 for Octave version @value{VERSION}
-@subtitle February 2017
+@subtitle March 2018
 @sp 2
 @multitable @columnfractions 0.4 0.025 0.65
 @item
@@ -111,7 +111,7 @@
 @page
 @vskip 0pt plus 1filll
 Copyright @copyright{} 1996, 1997, 1999, 2000, 2001, 2002, 2005, 2006,
-2007, 2011, 2013, 2015, 2016, 2017 John W. Eaton.
+2007, 2011, 2013, 2015, 2016, 2017, 2018 John W. Eaton.
 
 This is the fourth edition of the Octave documentation, and is consistent
 with version @value{VERSION} of Octave.