File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 12
12
#
13
13
14
14
VERSION := 1.11
15
- RELEASE := pre1
15
+ RELEASE := 1
16
16
17
17
CFG_DIR := $(PREFIX ) /etc
18
18
BIN_DIR := $(PREFIX ) /usr/bin
Original file line number Diff line number Diff line change 1
1
-------------------------------------------------
2
2
- README file for the LTP GCOV extension (LCOV) -
3
- - Last changes: 2012-10-10 -
3
+ - Last changes: 2014-05-23 -
4
4
-------------------------------------------------
5
5
6
6
Description
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ use Getopt::Long;
41
41
42
42
43
43
# Constants
44
- our $lcov_version = ' LCOV version 1.11 pre (CVS $Revision: 1.17 $) ' ;
44
+ our $lcov_version = ' LCOV version 1.11' ;
45
45
our $lcov_url = " http://ltp.sourceforge.net/coverage/lcov.php" ;
46
46
our $tool_name = basename($0 );
47
47
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ use Digest::MD5 qw(md5_base64);
73
73
74
74
# Global constants
75
75
our $title = " LCOV - code coverage report" ;
76
- our $lcov_version = ' LCOV version 1.11 pre (CVS $Revision: 1.80 $) ' ;
76
+ our $lcov_version = ' LCOV version 1.11' ;
77
77
our $lcov_url = " http://ltp.sourceforge.net/coverage/lcov.php" ;
78
78
our $tool_name = basename($0 );
79
79
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ if( $^O eq "msys" )
61
61
}
62
62
63
63
# Constants
64
- our $lcov_version = ' LCOV version 1.11 pre (CVS $Revision: 1.128 $) ' ;
64
+ our $lcov_version = ' LCOV version 1.11' ;
65
65
our $lcov_url = " http://ltp.sourceforge.net/coverage/lcov.php" ;
66
66
our $gcov_tool = " gcov" ;
67
67
our $tool_name = basename($0 );
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ use Getopt::Long;
35
35
36
36
37
37
# Constants
38
- our $lcov_version = ' LCOV version 1.11 pre (CVS $Revision: 1.20 $) ' ;
38
+ our $lcov_version = ' LCOV version 1.11' ;
39
39
our $lcov_url = " http://ltp.sourceforge.net/coverage/lcov.php" ;
40
40
our $tool_name = basename($0 );
41
41
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ use Cwd qw /abs_path getcwd/;
71
71
72
72
73
73
# Global constants
74
- our $lcov_version = ' LCOV version 1.11 pre (CVS $Revision: 1.99 $) ' ;
74
+ our $lcov_version = ' LCOV version 1.11' ;
75
75
our $lcov_url = " http://ltp.sourceforge.net/coverage/lcov.php" ;
76
76
our $tool_name = basename($0 );
77
77
Original file line number Diff line number Diff line change 1
- .TH gendesc 1 "LCOV 1.10" 2012 \- 10 \- 10 "User Manuals"
1
+ .TH gendesc 1 "LCOV 1.11" 2014 \- 05 \- 23 "User Manuals"
2
2
.SH NAME
3
3
gendesc \- Generate a test case description file
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
- .TH genhtml 1 "LCOV 1.10" 2012 \- 10 \- 10 "User Manuals"
1
+ .TH genhtml 1 "LCOV 1.11" 2014 \- 05 \- 23 "User Manuals"
2
2
.SH NAME
3
3
genhtml \- Generate HTML view from LCOV coverage data files
4
4
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
- .TH geninfo 1 "LCOV 1.10" 2012 \- 10 \- 10 "User Manuals"
1
+ .TH geninfo 1 "LCOV 1.11" 2014 \- 05 \- 23 "User Manuals"
2
2
.SH NAME
3
3
geninfo \- Generate tracefiles from .da files
4
4
.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments