Skip to content

Commit 9f4d185

Browse files
committed
prep for release
1 parent 5f2a366 commit 9f4d185

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: doctest
2-
Version: 0.3.0
3-
Date: 2015-05-12
2+
Version: 0.4.0
3+
Date: 2015-07-02
44
Author: various authors
55
Maintainer: Colin B. Macdonald <[email protected]>, Michael Walter <[email protected]>
66
Title: Documentation tests

NEWS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
doctest 0.4.0-dev
2-
=================
1+
doctest 0.4.0 (2015-07-02)
2+
==========================
33

44
* Change doctest interface to be closer to Octave's test function.
55

inst/doctest.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
[color_ok, color_err, color_warn, reset] = doctest_colors(fid);
251251

252252
% print banner
253-
fprintf(fid, 'Doctest v0.4.0-dev: this is Free Software without warranty, see source.\n\n');
253+
fprintf(fid, 'Doctest v0.4.0: this is Free Software without warranty, see source.\n\n');
254254

255255

256256
summary = struct();

0 commit comments

Comments
 (0)