Skip to content

Commit f484095

Browse files
committed
release v0.17.0
closes #11
1 parent 6b8e052 commit f484095

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
Version 0.16.1, May 2020
5+
Version 0.17.0, December 2020
66

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

doc/man-to-md.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" For a more readable version of this file,
22
.\" check out README.md (auto-generated).
3-
.TH "MAN-TO-MD" 1 "May 2020" "man-to-md 0.16.1"
3+
.TH "MAN-TO-MD" 1 "December 2020" "man-to-md 0.17.0"
44
.SH NAME
55
man-to-md \- Converts nroff man pages to Markdown
66
.SH SYNOPSIS

man-to-md.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
use constant {
2929
PROGNAME => basename($0),
30-
PROGVER => '0.16.1',
31-
PROGDATE => '2020-05-30',
30+
PROGVER => '0.17.0',
31+
PROGDATE => '2020-12-18',
3232

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

0 commit comments

Comments
 (0)