aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-28 20:19:10 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-28 20:19:10 +0100
commit73b2efba10f920595badc460933c514b85aa890e (patch)
tree4432dfafbf0b33f090eb03d466f7c89c49d585f2
parentb08286b4cc2bbeaa4b9119bfe79f4b1d8e393e39 (diff)
downloadmtest-73b2efba10f920595badc460933c514b85aa890e.tar.gz
mtest-73b2efba10f920595badc460933c514b85aa890e.tar.bz2
mtest-73b2efba10f920595badc460933c514b85aa890e.zip
version bump
-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
9 files changed, 9 insertions, 9 deletions
diff --git a/man/mt_assert.3 b/man/mt_assert.3
index e43580b..45160b5 100644
--- a/man/mt_assert.3
+++ b/man/mt_assert.3
@@ -1,4 +1,4 @@
-.TH "MT_ASSERT" "3" "23 January 2018 (v1.1.1)" "bofc.pl"
+.TH "MT_ASSERT" "3" "28 January 2018 (v1.1.2)" "bofc.pl"
.SH NAME
.PP
.BR mt_assert ,
diff --git a/man/mt_defs.3 b/man/mt_defs.3
index b2e45cf..5acfbcc 100644
--- a/man/mt_defs.3
+++ b/man/mt_defs.3
@@ -1,4 +1,4 @@
-.TH "MT_DEFS" "3" "23 January 2018 (v1.1.1)" "bofc.pl"
+.TH "MT_DEFS" "3" "28 January 2018 (v1.1.2)" "bofc.pl"
.SH NAME
.PP
.BR mt_defs ,
diff --git a/man/mt_fok.3 b/man/mt_fok.3
index f151fa1..b0c5af2 100644
--- a/man/mt_fok.3
+++ b/man/mt_fok.3
@@ -1,4 +1,4 @@
-.TH "MT_FOK" "3" "23 January 2018 (v1.1.1)" "bofc.pl"
+.TH "MT_FOK" "3" "28 January 2018 (v1.1.2)" "bofc.pl"
.SH NAME
.PP
.BR mt_fok ,
diff --git a/man/mt_return.3 b/man/mt_return.3
index 1f530f0..1417798 100644
--- a/man/mt_return.3
+++ b/man/mt_return.3
@@ -1,4 +1,4 @@
-.TH "MT_RETURN" "3" "23 January 2018 (v1.1.1)" "bofc.pl"
+.TH "MT_RETURN" "3" "28 January 2018 (v1.1.2)" "bofc.pl"
.SH NAME
.PP
.B mt_return
diff --git a/man/mt_run.3 b/man/mt_run.3
index 5fd4956..c64f280 100644
--- a/man/mt_run.3
+++ b/man/mt_run.3
@@ -1,4 +1,4 @@
-.TH "MT_RUN" "3" "23 January 2018 (v1.1.1)" "bofc.pl"
+.TH "MT_RUN" "3" "28 January 2018 (v1.1.2)" "bofc.pl"
.SH NAME
.PP
.B mt_run
diff --git a/man/mtest_overview.7 b/man/mtest_overview.7
index b5a5cf9..7ad3255 100644
--- a/man/mtest_overview.7
+++ b/man/mtest_overview.7
@@ -1,4 +1,4 @@
-.TH "MTEST" "7" "23 January 2018 (v1.1.1)" "bofc.pl"
+.TH "MTEST" "7" "28 January 2018 (v1.1.2)" "bofc.pl"
.SH "NAME"
.PP
.B mtest_overview
diff --git a/mtest.h b/mtest.h
index f578d94..9a87a56 100644
--- a/mtest.h
+++ b/mtest.h
@@ -3,7 +3,7 @@
Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
==========================================================================
__________________________________________________________
- / mtest version v1.1.0 \
+ / mtest version v1.1.2 \
| |
| Simple test framework that uses TAP output format |
\ http://testanything.org /
diff --git a/mtest.sh b/mtest.sh
index de85f24..5af90d9 100755
--- a/mtest.sh
+++ b/mtest.sh
@@ -5,7 +5,7 @@
# Author: Michał Łyszczek <michal.lyszczek@bofc.pl>
# ==========================================================================
# __________________________________________________________
-# / mtest version v1.0.0 \
+# / mtest version v1.1.2 \
# | |
# | Simple test framework that uses TAP output format |
# \ http://testanything.org /
diff --git a/version b/version
index 524cb55..45a1b3f 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.1.1
+1.1.2