aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-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
9 files changed, 9 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index fa2984b..0041aff 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX ?= "/usr/local"
MANDIR = $(PREFIX)/share/man
INCDIR = $(PREFIX)/include
-VERSION = 1.2.0
+VERSION = 1.2.1
DISTDIR ?= mtest-$(VERSION)
MKDIR ?= mkdir
RM ?= rm -f
diff --git a/man/mt_assert.3 b/man/mt_assert.3
index 6095245..fe000b3 100644
--- a/man/mt_assert.3
+++ b/man/mt_assert.3
@@ -1,4 +1,4 @@
-.TH "MT_ASSERT" "3" "28 November 2019 (v1.2.0)" "bofc.pl"
+.TH "MT_ASSERT" "3" " 2 December 2019 (v1.2.1)" "bofc.pl"
.SH NAME
.PP
.BR mt_assert ,
diff --git a/man/mt_defs.3 b/man/mt_defs.3
index d5c07b3..c2e575a 100644
--- a/man/mt_defs.3
+++ b/man/mt_defs.3
@@ -1,4 +1,4 @@
-.TH "MT_DEFS" "3" "28 November 2019 (v1.2.0)" "bofc.pl"
+.TH "MT_DEFS" "3" " 2 December 2019 (v1.2.1)" "bofc.pl"
.SH NAME
.PP
.BR mt_defs ,
diff --git a/man/mt_fok.3 b/man/mt_fok.3
index bf76c82..a24a379 100644
--- a/man/mt_fok.3
+++ b/man/mt_fok.3
@@ -1,4 +1,4 @@
-.TH "MT_FOK" "3" "28 November 2019 (v1.2.0)" "bofc.pl"
+.TH "MT_FOK" "3" " 2 December 2019 (v1.2.1)" "bofc.pl"
.SH NAME
.PP
.BR mt_fok ,
diff --git a/man/mt_return.3 b/man/mt_return.3
index c8d8c39..709efa1 100644
--- a/man/mt_return.3
+++ b/man/mt_return.3
@@ -1,4 +1,4 @@
-.TH "MT_RETURN" "3" "28 November 2019 (v1.2.0)" "bofc.pl"
+.TH "MT_RETURN" "3" " 2 December 2019 (v1.2.1)" "bofc.pl"
.SH NAME
.PP
.B mt_return
diff --git a/man/mt_run.3 b/man/mt_run.3
index 6a1759c..98b092b 100644
--- a/man/mt_run.3
+++ b/man/mt_run.3
@@ -1,4 +1,4 @@
-.TH "MT_RUN" "3" "28 November 2019 (v1.2.0)" "bofc.pl"
+.TH "MT_RUN" "3" " 2 December 2019 (v1.2.1)" "bofc.pl"
.SH NAME
.PP
.B mt_run
diff --git a/man/mtest_overview.7 b/man/mtest_overview.7
index ae40077..45d7ef4 100644
--- a/man/mtest_overview.7
+++ b/man/mtest_overview.7
@@ -1,4 +1,4 @@
-.TH "MTEST" "7" "28 November 2019 (v1.2.0)" "bofc.pl"
+.TH "MTEST" "7" " 2 December 2019 (v1.2.1)" "bofc.pl"
.SH "NAME"
.PP
.B mtest_overview
diff --git a/mtest.h b/mtest.h
index 36d2d4f..614218c 100644
--- a/mtest.h
+++ b/mtest.h
@@ -3,7 +3,7 @@
Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
==========================================================================
__________________________________________________________
- / mtest v1.2.0 \
+ / mtest v1.2.1 \
| https://mtest.bofc.pl |
| |
| Simple test framework that uses TAP output format |
diff --git a/mtest.sh b/mtest.sh
index 43d09a3..59433a9 100755
--- a/mtest.sh
+++ b/mtest.sh
@@ -5,7 +5,7 @@
# Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
# ==========================================================================
# __________________________________________________________
-# / mtest v1.2.0 \
+# / mtest v1.2.1 \
# | https://mtest.bofc.pl |
# | |
# | Simple test framework that uses TAP output format |