aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2021-02-24 18:41:46 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2021-02-24 18:41:46 +0100
commit85939f464f81a97f2dbc088cf3fcdd563d280332 (patch)
treeae3a477dde1805775e937299620dc7cd5415fbd0
parentf891a9db4e9b89303f5e436f20b54fd124429a63 (diff)
downloadmtest-1.4.tar.gz
mtest-1.4.tar.bz2
mtest-1.4.zip
v1.4.1v1.4.11.4
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-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
-rw-r--r--version2
10 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 4a667a8..29ca31e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX ?= "/usr/local"
MANDIR = $(PREFIX)/share/man
INCDIR = $(PREFIX)/include
-VERSION=1.4.0
+VERSION=1.4.1
DISTDIR ?= mtest-$(VERSION)
MKDIR ?= mkdir
RM ?= rm -f
diff --git a/man/mt_assert.3 b/man/mt_assert.3
index 5a0e842..201f4e0 100644
--- a/man/mt_assert.3
+++ b/man/mt_assert.3
@@ -1,4 +1,4 @@
-.TH "MT_ASSERT" "3" "13 February 2021 (v1.4.0)" "bofc.pl"
+.TH "MT_ASSERT" "3" "24 February 2021 (v1.4.1)" "bofc.pl"
.SH NAME
.PP
.BR mt_assert ,
diff --git a/man/mt_defs.3 b/man/mt_defs.3
index 4c663c9..3618f72 100644
--- a/man/mt_defs.3
+++ b/man/mt_defs.3
@@ -1,4 +1,4 @@
-.TH "MT_DEFS" "3" "13 February 2021 (v1.4.0)" "bofc.pl"
+.TH "MT_DEFS" "3" "24 February 2021 (v1.4.1)" "bofc.pl"
.SH NAME
.PP
.BR mt_defs ,
diff --git a/man/mt_fok.3 b/man/mt_fok.3
index e2223a1..c885104 100644
--- a/man/mt_fok.3
+++ b/man/mt_fok.3
@@ -1,4 +1,4 @@
-.TH "MT_FOK" "3" "13 February 2021 (v1.4.0)" "bofc.pl"
+.TH "MT_FOK" "3" "24 February 2021 (v1.4.1)" "bofc.pl"
.SH NAME
.PP
.BR mt_fok ,
diff --git a/man/mt_return.3 b/man/mt_return.3
index efdee53..9ff53d0 100644
--- a/man/mt_return.3
+++ b/man/mt_return.3
@@ -1,4 +1,4 @@
-.TH "MT_RETURN" "3" "13 February 2021 (v1.4.0)" "bofc.pl"
+.TH "MT_RETURN" "3" "24 February 2021 (v1.4.1)" "bofc.pl"
.SH NAME
.PP
.B mt_return
diff --git a/man/mt_run.3 b/man/mt_run.3
index b7a2eee..6d15257 100644
--- a/man/mt_run.3
+++ b/man/mt_run.3
@@ -1,4 +1,4 @@
-.TH "MT_RUN" "3" "13 February 2021 (v1.4.0)" "bofc.pl"
+.TH "MT_RUN" "3" "24 February 2021 (v1.4.1)" "bofc.pl"
.SH NAME
.PP
.B mt_run
diff --git a/man/mtest_overview.7 b/man/mtest_overview.7
index f5fa82d..e164892 100644
--- a/man/mtest_overview.7
+++ b/man/mtest_overview.7
@@ -1,4 +1,4 @@
-.TH "MTEST" "7" "13 February 2021 (v1.4.0)" "bofc.pl"
+.TH "MTEST" "7" "24 February 2021 (v1.4.1)" "bofc.pl"
.SH "NAME"
.PP
.B mtest_overview
diff --git a/mtest.h b/mtest.h
index 48aa8d4..bcbe0fc 100644
--- a/mtest.h
+++ b/mtest.h
@@ -3,7 +3,7 @@
Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
==========================================================================
__________________________________________________________
- / mtest v1.4.0 \
+ / mtest v1.4.1 \
| https://mtest.bofc.pl |
| |
| Simple test framework that uses TAP output format |
diff --git a/mtest.sh b/mtest.sh
index 1e202e8..67f7d80 100755
--- a/mtest.sh
+++ b/mtest.sh
@@ -5,7 +5,7 @@
# Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
# ==========================================================================
# __________________________________________________________
-# / mtest v1.4.0 \
+# / mtest v1.4.1 \
# | https://mtest.bofc.pl |
# | |
# | Simple test framework that uses TAP output format |
diff --git a/version b/version
index 88c5fb8..347f583 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.4.0
+1.4.1