aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/mt_assert.32
-rw-r--r--man/mt_defs.32
-rw-r--r--man/mt_fok.32
-rw-r--r--man/mt_return.32
-rw-r--r--man/mt_run.32
-rw-r--r--man/mtest_overview.72
-rw-r--r--mtest.h2
-rwxr-xr-xmtest.sh2
8 files changed, 8 insertions, 8 deletions
diff --git a/man/mt_assert.3 b/man/mt_assert.3
index 0478902..f88eca8 100644
--- a/man/mt_assert.3
+++ b/man/mt_assert.3
@@ -1,4 +1,4 @@
-.TH "MT_ASSERT" "3" " 2 December 2019 (v9999)" "bofc.pl"
+.TH "MT_ASSERT" "3" "29 April 2020 (v1.3.0)" "bofc.pl"
.SH NAME
.PP
.BR mt_assert ,
diff --git a/man/mt_defs.3 b/man/mt_defs.3
index be5f425..bb04ebb 100644
--- a/man/mt_defs.3
+++ b/man/mt_defs.3
@@ -1,4 +1,4 @@
-.TH "MT_DEFS" "3" " 2 December 2019 (v9999)" "bofc.pl"
+.TH "MT_DEFS" "3" "29 April 2020 (v1.3.0)" "bofc.pl"
.SH NAME
.PP
.BR mt_defs ,
diff --git a/man/mt_fok.3 b/man/mt_fok.3
index c65cb86..506de5a 100644
--- a/man/mt_fok.3
+++ b/man/mt_fok.3
@@ -1,4 +1,4 @@
-.TH "MT_FOK" "3" " 2 December 2019 (v9999)" "bofc.pl"
+.TH "MT_FOK" "3" "29 April 2020 (v1.3.0)" "bofc.pl"
.SH NAME
.PP
.BR mt_fok ,
diff --git a/man/mt_return.3 b/man/mt_return.3
index 3cd4810..2c48b23 100644
--- a/man/mt_return.3
+++ b/man/mt_return.3
@@ -1,4 +1,4 @@
-.TH "MT_RETURN" "3" " 2 December 2019 (v9999)" "bofc.pl"
+.TH "MT_RETURN" "3" "29 April 2020 (v1.3.0)" "bofc.pl"
.SH NAME
.PP
.B mt_return
diff --git a/man/mt_run.3 b/man/mt_run.3
index e679bd0..648c7d2 100644
--- a/man/mt_run.3
+++ b/man/mt_run.3
@@ -1,4 +1,4 @@
-.TH "MT_RUN" "3" " 2 December 2019 (v9999)" "bofc.pl"
+.TH "MT_RUN" "3" "29 April 2020 (v1.3.0)" "bofc.pl"
.SH NAME
.PP
.B mt_run
diff --git a/man/mtest_overview.7 b/man/mtest_overview.7
index 501e937..a8bd06a 100644
--- a/man/mtest_overview.7
+++ b/man/mtest_overview.7
@@ -1,4 +1,4 @@
-.TH "MTEST" "7" " 2 December 2019 (v9999)" "bofc.pl"
+.TH "MTEST" "7" "29 April 2020 (v1.3.0)" "bofc.pl"
.SH "NAME"
.PP
.B mtest_overview
diff --git a/mtest.h b/mtest.h
index d835691..701c738 100644
--- a/mtest.h
+++ b/mtest.h
@@ -3,7 +3,7 @@
Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
==========================================================================
__________________________________________________________
- / mtest v9999 \
+ / mtest v1.3.0 \
| https://mtest.bofc.pl |
| |
| Simple test framework that uses TAP output format |
diff --git a/mtest.sh b/mtest.sh
index a87b753..3012369 100755
--- a/mtest.sh
+++ b/mtest.sh
@@ -5,7 +5,7 @@
# Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
# ==========================================================================
# __________________________________________________________
-# / mtest v9999 \
+# / mtest v1.3.0 \
# | https://mtest.bofc.pl |
# | |
# | Simple test framework that uses TAP output format |