File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -128,23 +128,23 @@ docs/uncov.1: force
128128 pandoc -V title=uncov \
129129 -V section=1 \
130130 -V app=uncov \
131- -V footer=" uncov v0.2 " \
131+ -V footer=" uncov v0.3 " \
132132 -V date=" $$ (date +'%B %d, %Y')" \
133133 -V author=' xaizek <xaizek@posteo.net>' \
134134 -s -o $@ $(sort $(wildcard docs/uncov/* .md) )
135135docs/uncov-gcov.1 : force
136136 pandoc -V title=uncov-gcov \
137137 -V section=1 \
138138 -V app=uncov-gcov \
139- -V footer=" uncov v0.2 " \
139+ -V footer=" uncov v0.3 " \
140140 -V date=" $$ (date +'%B %d, %Y')" \
141141 -V author=' xaizek <xaizek@posteo.net>' \
142142 -s -o $@ $(sort $(wildcard docs/uncov-gcov/* .md) )
143143docs/uncov-web.1 : force
144144 pandoc -V title=uncov-web \
145145 -V section=1 \
146146 -V app=uncov-web \
147- -V footer=" uncov v0.2 " \
147+ -V footer=" uncov v0.3 " \
148148 -V date=" $$ (date +'%B %d, %Y')" \
149149 -V author=' xaizek <xaizek@posteo.net>' \
150150 -s -o $@ $(sort $(wildcard docs/uncov-web/* .md) )
Original file line number Diff line number Diff line change 1- ** uncov** , _ v0.2 _ , _ 2016 – 2018 _
1+ ** uncov** , _ v0.3 _ , _ 2016 – 2019 _
22
3- _ This file last updated on 11 November, 2018 _
3+ _ This file last updated on 25 March, 2019 _
44
551 . [ Description] ( #description )
662 . [ Supported Environment] ( #supported-environment )
Original file line number Diff line number Diff line change 11.\" Automatically generated by Pandoc 1.17.0.3
22.\"
3- .TH "uncov-gcov" "1" "November 11, 2018 " "uncov v0.2 " ""
3+ .TH "uncov-gcov" "1" "March 25, 2019 " "uncov v0.3 " ""
44.hy
55.SH NAME
66.PP
Original file line number Diff line number Diff line change 11.\" Automatically generated by Pandoc 1.17.0.3
22.\"
3- .TH "uncov-web" "1" "November 11, 2018 " "uncov v0.2 " ""
3+ .TH "uncov-web" "1" "March 25, 2019 " "uncov v0.3 " ""
44.hy
55.SH NAME
66.PP
Original file line number Diff line number Diff line change 11.\" Automatically generated by Pandoc 1.17.0.3
22.\"
3- .TH "uncov" "1" "November 30, 2018 " "uncov v0.2 " ""
3+ .TH "uncov" "1" "March 25, 2019 " "uncov v0.3 " ""
44.hy
55.SH NAME
66.PP
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ main(int argc, char *argv[])
6262 }
6363
6464 if (invocation.shouldPrintVersion ()) {
65- std::cout << " uncov v0.2 \n " ;
65+ std::cout << " uncov v0.3 \n " ;
6666 return EXIT_SUCCESS;
6767 }
6868
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ def run():
518518 args = create_args (sys .argv [1 :])
519519
520520 if args .version :
521- print ('uncov-gcov v0.2 ' )
521+ print ('uncov-gcov v0.3 ' )
522522 exit (0 )
523523
524524 if args .verbose :
You can’t perform that action at this time.
0 commit comments