From 31b95298b1cfdd20092f5ed99578f837c8fb864f Mon Sep 17 00:00:00 2001 From: Peter Oberparleiter Date: Thu, 25 May 2023 15:25:35 +0200 Subject: [PATCH] lcov: Finalize release 2.0 Signed-off-by: Peter Oberparleiter --- README | 2 +- man/gendesc.1 | 2 +- man/genhtml.1 | 2 +- man/geninfo.1 | 2 +- man/genpng.1 | 2 +- man/lcov.1 | 2 +- man/lcovrc.5 | 2 +- rpm/lcov.spec | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 4af1d0fc..f49f2ca9 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ ------------------------------------------------- - README file for the LTP GCOV extension (LCOV) - -- Last changes: 2022-10-04 +- Last changes: 2023-05-22 ------------------------------------------------- Description diff --git a/man/gendesc.1 b/man/gendesc.1 index 33898eb2..984b5b25 100644 --- a/man/gendesc.1 +++ b/man/gendesc.1 @@ -1,7 +1,7 @@ \" Define project URL .ds lcovurl https://github.com/linux\-test\-project/lcov -.TH gendesc 1 "LCOV 1.16" 2020\-08\-12 "User Manuals" +.TH gendesc 1 "LCOV 2.0" 2023\-05\-12 "User Manuals" .SH NAME gendesc \- Generate a test case description file .SH SYNOPSIS diff --git a/man/genhtml.1 b/man/genhtml.1 index e0d39944..34a20b63 100644 --- a/man/genhtml.1 +++ b/man/genhtml.1 @@ -4,7 +4,7 @@ \" Define project URL .ds lcovurl https://github.com/linux\-test\-project/lcov -.TH genhtml 1 "LCOV 1.16" 2022\-06\-02 "User Manuals" +.TH genhtml 1 "LCOV 2.0" 2023\-05\-17 "User Manuals" .SH NAME genhtml \- Generate HTML view from LCOV coverage data files .SH SYNOPSIS diff --git a/man/geninfo.1 b/man/geninfo.1 index 883ba1c6..7fcfb206 100644 --- a/man/geninfo.1 +++ b/man/geninfo.1 @@ -4,7 +4,7 @@ \" Define project URL .ds lcovurl https://github.com/linux\-test\-project/lcov -.TH geninfo 1 "LCOV 1.16" 2020\-08\-12 "User Manuals" +.TH geninfo 1 "LCOV 2.0" 2023\-05\-17 "User Manuals" .SH NAME geninfo \- Generate tracefiles from GCOV coverage data files .SH SYNOPSIS diff --git a/man/genpng.1 b/man/genpng.1 index f322d279..b5f2ab92 100644 --- a/man/genpng.1 +++ b/man/genpng.1 @@ -1,7 +1,7 @@ \" Define project URL .ds lcovurl https://github.com/linux\-test\-project/lcov -.TH genpng 1 "LCOV 1.16" 2022\-06\-01 "User Manuals" +.TH genpng 1 "LCOV 2.0" 2023\-05\-12 "User Manuals" .SH NAME genpng \- Generate an overview image from a source file .SH SYNOPSIS diff --git a/man/lcov.1 b/man/lcov.1 index 503e7924..bdcd71f4 100644 --- a/man/lcov.1 +++ b/man/lcov.1 @@ -1,7 +1,7 @@ \" Define project URL .ds lcovurl https://github.com/linux\-test\-project/lcov -.TH lcov 1 "LCOV 1.16" 2022\-06\-03 "User Manuals" +.TH lcov 1 "LCOV 2.0" 2023\-05\-17 "User Manuals" .SH NAME lcov \- a graphical GCOV front\-end .SH SYNOPSIS diff --git a/man/lcovrc.5 b/man/lcovrc.5 index 8f41fbea..b819b73a 100644 --- a/man/lcovrc.5 +++ b/man/lcovrc.5 @@ -1,4 +1,4 @@ -.TH lcovrc 5 "LCOV 1.16" 2022\-06\-02 "User Manuals" +.TH lcovrc 5 "LCOV 2.0" 2023\-05\-17 "User Manuals" .SH NAME lcovrc \- lcov configuration file diff --git a/rpm/lcov.spec b/rpm/lcov.spec index 0b2e5db3..f7af6373 100644 --- a/rpm/lcov.spec +++ b/rpm/lcov.spec @@ -1,6 +1,6 @@ Summary: A graphical code coverage front-end Name: lcov -Version: 1.16 +Version: 2.0 Release: 1 License: GPLv2+ Group: Development/Tools