Skip to content

Commit b5c1bdd

Browse files
Peter Oberparleiteroberpar
authored andcommitted
lcov: finalizing release 1.10
1 parent 0898617 commit b5c1bdd

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313

1414
VERSION := 1.10
15-
RELEASE := pre1
15+
RELEASE := 1
1616

1717
CFG_DIR := $(PREFIX)/etc
1818
BIN_DIR := $(PREFIX)/usr/bin

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-------------------------------------------------
22
- README file for the LTP GCOV extension (LCOV) -
3-
- Last changes: 2010-08-06 -
3+
- Last changes: 2012-10-10 -
44
-------------------------------------------------
55

66
Description

bin/gendesc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use Getopt::Long;
4141

4242

4343
# Constants
44-
our $lcov_version = 'LCOV version 1.10 pre (CVS $Revision: 1.15 $)';
44+
our $lcov_version = 'LCOV version 1.10';
4545
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
4646
our $tool_name = basename($0);
4747

bin/genhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ use Digest::MD5 qw(md5_base64);
7272

7373
# Global constants
7474
our $title = "LCOV - code coverage report";
75-
our $lcov_version = 'LCOV version 1.10 pre (CVS $Revision: 1.68 $)';
75+
our $lcov_version = 'LCOV version 1.10';
7676
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
7777
our $tool_name = basename($0);
7878

bin/geninfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if( $^O eq "msys" )
6161
}
6262

6363
# Constants
64-
our $lcov_version = 'LCOV version 1.10 pre (CVS $Revision: 1.115 $)';
64+
our $lcov_version = 'LCOV version 1.10';
6565
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
6666
our $gcov_tool = "gcov";
6767
our $tool_name = basename($0);

bin/genpng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ use Getopt::Long;
3535

3636

3737
# Constants
38-
our $lcov_version = 'LCOV version 1.10 pre (CVS $Revision: 1.18 $)';
38+
our $lcov_version = 'LCOV version 1.10';
3939
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
4040
our $tool_name = basename($0);
4141

bin/lcov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ use Cwd qw /abs_path getcwd/;
7171

7272

7373
# Global constants
74-
our $lcov_version = 'LCOV version 1.10 pre (CVS $Revision: 1.91 $)';
74+
our $lcov_version = 'LCOV version 1.10';
7575
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
7676
our $tool_name = basename($0);
7777

man/gendesc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH gendesc 1 "LCOV 1.9" 2010\-08\-06 "User Manuals"
1+
.TH gendesc 1 "LCOV 1.10" 2012\-10\-10 "User Manuals"
22
.SH NAME
33
gendesc \- Generate a test case description file
44
.SH SYNOPSIS

man/genhtml.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH genhtml 1 "LCOV 1.9" 2010\-08\-06 "User Manuals"
1+
.TH genhtml 1 "LCOV 1.10" 2012\-10\-10 "User Manuals"
22
.SH NAME
33
genhtml \- Generate HTML view from LCOV coverage data files
44
.SH SYNOPSIS

man/geninfo.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH geninfo 1 "LCOV 1.9" 2010\-08\-06 "User Manuals"
1+
.TH geninfo 1 "LCOV 1.10" 2012\-10\-10 "User Manuals"
22
.SH NAME
33
geninfo \- Generate tracefiles from .da files
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)