aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2021-02-13 11:44:18 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2021-02-13 12:28:42 +0100
commit5d4773ac47356d9ebb6c0c594f07981352b877d7 (patch)
treee0ea9b783a7f5e38c5e536bb170aca49624ff027
parent9ce6b70090d3ddf6842f833923ae08ae1d9042dd (diff)
downloadmtest-1.4.0.tar.gz
mtest-1.4.0.tar.bz2
mtest-1.4.0.zip
v1.4.0v1.4.0
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 6a7ea86..a88eb3f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX ?= "/usr/local"
MANDIR = $(PREFIX)/share/man
INCDIR = $(PREFIX)/include
-VERSION=9999
+VERSION=1.4.0
DISTDIR ?= mtest-$(VERSION)
MKDIR ?= mkdir
RM ?= rm -f
diff --git a/man/mt_assert.3 b/man/mt_assert.3
index 0478902..5a0e842 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" "13 February 2021 (v1.4.0)" "bofc.pl"
.SH NAME
.PP
.BR mt_assert ,
diff --git a/man/mt_defs.3 b/man/mt_defs.3
index be5f425..4c663c9 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" "13 February 2021 (v1.4.0)" "bofc.pl"
.SH NAME
.PP
.BR mt_defs ,
diff --git a/man/mt_fok.3 b/man/mt_fok.3
index c65cb86..e2223a1 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" "13 February 2021 (v1.4.0)" "bofc.pl"
.SH NAME
.PP
.BR mt_fok ,
diff --git a/man/mt_return.3 b/man/mt_return.3
index 3cd4810..efdee53 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" "13 February 2021 (v1.4.0)" "bofc.pl"
.SH NAME
.PP
.B mt_return
diff --git a/man/mt_run.3 b/man/mt_run.3
index 6107353..b7a2eee 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" "13 February 2021 (v1.4.0)" "bofc.pl"
.SH NAME
.PP
.B mt_run
diff --git a/man/mtest_overview.7 b/man/mtest_overview.7
index 501e937..f5fa82d 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" "13 February 2021 (v1.4.0)" "bofc.pl"
.SH "NAME"
.PP
.B mtest_overview
diff --git a/mtest.h b/mtest.h
index 8650f14..77a7136 100644
--- a/mtest.h
+++ b/mtest.h
@@ -3,7 +3,7 @@
Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
==========================================================================
__________________________________________________________
- / mtest v9999 \
+ / mtest v1.4.0 \
| https://mtest.bofc.pl |
| |
| Simple test framework that uses TAP output format |
diff --git a/mtest.sh b/mtest.sh
index 41c3662..1e202e8 100755
--- a/mtest.sh
+++ b/mtest.sh
@@ -5,7 +5,7 @@
# Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
# ==========================================================================
# __________________________________________________________
-# / mtest v9999 \
+# / mtest v1.4.0 \
# | https://mtest.bofc.pl |
# | |
# | Simple test framework that uses TAP output format |
diff --git a/version b/version
index 781dcb0..88c5fb8 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.1.3
+1.4.0