Skip to content

Commit 4eac16e

Browse files
Peter Oberparleiteroberpar
authored andcommitted
lcov: update CVS version to 1.11-pre1
1 parent b5c1bdd commit 4eac16e

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# - clean: remove all generated files
1212
#
1313

14-
VERSION := 1.10
15-
RELEASE := 1
14+
VERSION := 1.11
15+
RELEASE := pre1
1616

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

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';
44+
our $lcov_version = 'LCOV version 1.11 pre (CVS $Revision: 1.17 $)';
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';
75+
our $lcov_version = 'LCOV version 1.11 pre (CVS $Revision: 1.70 $)';
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';
64+
our $lcov_version = 'LCOV version 1.11 pre (CVS $Revision: 1.117 $)';
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';
38+
our $lcov_version = 'LCOV version 1.11 pre (CVS $Revision: 1.20 $)';
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';
74+
our $lcov_version = 'LCOV version 1.11 pre (CVS $Revision: 1.93 $)';
7575
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
7676
our $tool_name = basename($0);
7777

rpm/lcov.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: A graphical GCOV front-end
22
Name: lcov
3-
Version: 1.10
4-
Release: 1
3+
Version: 1.11
4+
Release: pre1
55
License: GPL
66
Group: Development/Tools
77
URL: http://ltp.sourceforge.net/coverage/lcov.php

0 commit comments

Comments
 (0)