# HG changeset patch # User Kai T. Ohlhus # Date 1520939542 -3600 # Node ID 8f8241c8c9a635732c73421bb8ee346aa0671cac # Parent b2b1ada9a7f1dcff4f3a0c8fd09c6af85ce475ba More updates for 4.2.2 release. * configure.ac: Remove rc suffix and update dates. * doc/interpreter/octave.texi: Update dates. diff -r b2b1ada9a7f1 -r 8f8241c8c9a6 configure.ac --- 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 @@ ### . 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 diff -r b2b1ada9a7f1 -r 8f8241c8c9a6 doc/interpreter/octave.texi --- 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.