From 9f4d18559d07206a34c521628578811f9a0c38df Mon Sep 17 00:00:00 2001 From: "Colin B. Macdonald" Date: Thu, 2 Jul 2015 23:28:09 +0100 Subject: [PATCH] prep for release --- DESCRIPTION | 4 ++-- NEWS | 4 ++-- inst/doctest.m | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 109b785..872b486 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Name: doctest -Version: 0.3.0 -Date: 2015-05-12 +Version: 0.4.0 +Date: 2015-07-02 Author: various authors Maintainer: Colin B. Macdonald , Michael Walter Title: Documentation tests diff --git a/NEWS b/NEWS index 4be2c48..9a9e08c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -doctest 0.4.0-dev -================= +doctest 0.4.0 (2015-07-02) +========================== * Change doctest interface to be closer to Octave's test function. diff --git a/inst/doctest.m b/inst/doctest.m index 6585365..e31db53 100644 --- a/inst/doctest.m +++ b/inst/doctest.m @@ -250,7 +250,7 @@ [color_ok, color_err, color_warn, reset] = doctest_colors(fid); % print banner -fprintf(fid, 'Doctest v0.4.0-dev: this is Free Software without warranty, see source.\n\n'); +fprintf(fid, 'Doctest v0.4.0: this is Free Software without warranty, see source.\n\n'); summary = struct();