File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
# - clean: remove all generated files
12
12
#
13
13
14
- VERSION := 1.10
15
- RELEASE := 1
14
+ VERSION := 1.11
15
+ RELEASE := pre1
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 @@ -41,7 +41,7 @@ use Getopt::Long;
41
41
42
42
43
43
# Constants
44
- our $lcov_version = ' LCOV version 1.10 ' ;
44
+ our $lcov_version = ' LCOV version 1.11 pre (CVS $Revision: 1.17 $) ' ;
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 @@ -72,7 +72,7 @@ use Digest::MD5 qw(md5_base64);
72
72
73
73
# Global constants
74
74
our $title = " LCOV - code coverage report" ;
75
- our $lcov_version = ' LCOV version 1.10 ' ;
75
+ our $lcov_version = ' LCOV version 1.11 pre (CVS $Revision: 1.70 $) ' ;
76
76
our $lcov_url = " http://ltp.sourceforge.net/coverage/lcov.php" ;
77
77
our $tool_name = basename($0 );
78
78
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.10 ' ;
64
+ our $lcov_version = ' LCOV version 1.11 pre (CVS $Revision: 1.117 $) ' ;
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.10 ' ;
38
+ our $lcov_version = ' LCOV version 1.11 pre (CVS $Revision: 1.20 $) ' ;
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.10 ' ;
74
+ our $lcov_version = ' LCOV version 1.11 pre (CVS $Revision: 1.93 $) ' ;
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
1
Summary: A graphical GCOV front-end
2
2
Name: lcov
3
- Version: 1.10
4
- Release: 1
3
+ Version: 1.11
4
+ Release: pre1
5
5
License: GPL
6
6
Group: Development/Tools
7
7
URL: http://ltp.sourceforge.net/coverage/lcov.php
You can’t perform that action at this time.
0 commit comments