Skip to content

Commit

Permalink
release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mle86 committed Jul 22, 2019
1 parent 37eb0b9 commit 578a8e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# man-to-md(1) - Converts nroff man pages to Markdown

Version 0.11.1, February 2019
Version 0.12.0, July 2019

<pre><code>$ <b>man-to-md.pl</b> [<i>OPTIONS</i>] &lt;<i>manpage.roff</i> &gt;<i>output.md</i></code></pre>

Expand Down
2 changes: 1 addition & 1 deletion doc/man-to-md.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" For a more readable version of this file,
.\" check out README.md (auto-generated).
.TH "MAN-TO-MD" 1 "February 2019" "man-to-md 0.11.1"
.TH "MAN-TO-MD" 1 "July 2019" "man-to-md 0.12.0"
.SH NAME
man-to-md \- Converts nroff man pages to Markdown
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions man-to-md.pl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

use constant {
PROGNAME => basename($0),
PROGVER => '0.11.1',
PROGDATE => '2019-02-04',
PROGVER => '0.12.0',
PROGDATE => '2019-07-22',

DEFAULT_COMMENT => "This file was autogenerated from the man page with 'make README.md'",
};
Expand Down

0 comments on commit 578a8e6

Please sign in to comment.