Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Jul 2, 2015
1 parent 5f2a366 commit 9f4d185
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 <cbm@m.fsf.org>, Michael Walter <michael.walter@gmail.com>
Title: Documentation tests
Expand Down
4 changes: 2 additions & 2 deletions 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.

Expand Down
2 changes: 1 addition & 1 deletion inst/doctest.m
Expand Up @@ -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();
Expand Down

0 comments on commit 9f4d185

Please sign in to comment.