From 85939f464f81a97f2dbc088cf3fcdd563d280332 Mon Sep 17 00:00:00 2001 From: Michał Łyszczek Date: Wed, 24 Feb 2021 18:41:46 +0100 Subject: v1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Łyszczek --- Makefile | 2 +- man/mt_assert.3 | 2 +- man/mt_defs.3 | 2 +- man/mt_fok.3 | 2 +- man/mt_return.3 | 2 +- man/mt_run.3 | 2 +- man/mtest_overview.7 | 2 +- mtest.h | 2 +- mtest.sh | 2 +- version | 2 +- 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 ========================================================================== __________________________________________________________ - / 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 # ========================================================================== # __________________________________________________________ -# / 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 -- cgit v1.2.3-8-gadcc