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 ab22e9e..dd3a358 100644
--- a/man/mt_assert.3
+++ b/man/mt_assert.3
@@ -1,4 +1,4 @@
-.TH "MT_ASSERT" "3" " 3 September 2018 (1.1.3)" "bofc.pl"
+.TH "MT_ASSERT" "3" " 2 December 2019 (v9999)" "bofc.pl"
.SH NAME
.PP
.BR mt_assert ,
diff --git a/man/mt_defs.3 b/man/mt_defs.3
index 03791ca..be5f425 100644
--- a/man/mt_defs.3
+++ b/man/mt_defs.3
@@ -1,4 +1,4 @@
-.TH "MT_DEFS" "3" " 3 September 2018 (1.1.3)" "bofc.pl"
+.TH "MT_DEFS" "3" " 2 December 2019 (v9999)" "bofc.pl"
.SH NAME
.PP
.BR mt_defs ,
diff --git a/man/mt_fok.3 b/man/mt_fok.3
index 786fd33..c65cb86 100644
--- a/man/mt_fok.3
+++ b/man/mt_fok.3
@@ -1,4 +1,4 @@
-.TH "MT_FOK" "3" " 3 September 2018 (1.1.3)" "bofc.pl"
+.TH "MT_FOK" "3" " 2 December 2019 (v9999)" "bofc.pl"
.SH NAME
.PP
.BR mt_fok ,
diff --git a/man/mt_return.3 b/man/mt_return.3
index c61a1b9..3cd4810 100644
--- a/man/mt_return.3
+++ b/man/mt_return.3
@@ -1,4 +1,4 @@
-.TH "MT_RETURN" "3" " 3 September 2018 (1.1.3)" "bofc.pl"
+.TH "MT_RETURN" "3" " 2 December 2019 (v9999)" "bofc.pl"
.SH NAME
.PP
.B mt_return
diff --git a/man/mt_run.3 b/man/mt_run.3
index 1675a2e..e679bd0 100644
--- a/man/mt_run.3
+++ b/man/mt_run.3
@@ -1,4 +1,4 @@
-.TH "MT_RUN" "3" " 3 September 2018 (1.1.3)" "bofc.pl"
+.TH "MT_RUN" "3" " 2 December 2019 (v9999)" "bofc.pl"
.SH NAME
.PP
.B mt_run
diff --git a/man/mtest_overview.7 b/man/mtest_overview.7
index f69f153..dbb2afc 100644
--- a/man/mtest_overview.7
+++ b/man/mtest_overview.7
@@ -1,4 +1,4 @@
-.TH "MTEST" "7" " 3 September 2018 (1.1.3)" "bofc.pl"
+.TH "MTEST" "7" " 2 December 2019 (v9999)" "bofc.pl"
.SH "NAME"
.PP
.B mtest_overview
diff --git a/mtest.h b/mtest.h
index 36d2d4f..d835691 100644
--- a/mtest.h
+++ b/mtest.h
@@ -3,7 +3,7 @@
Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
==========================================================================
__________________________________________________________
- / mtest v1.2.0 \
+ / mtest v9999 \
| https://mtest.bofc.pl |
| |
| Simple test framework that uses TAP output format |
diff --git a/mtest.sh b/mtest.sh
index 43d09a3..50fe58e 100755
--- a/mtest.sh
+++ b/mtest.sh
@@ -5,7 +5,7 @@
# Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
# ==========================================================================
# __________________________________________________________
-# / mtest v1.2.0 \
+# / mtest v9999 \
# | https://mtest.bofc.pl |
# | |
# | Simple test framework that uses TAP output format |