Navigation Menu

Skip to content

Commit

Permalink
lcov: updated CVS version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oberpapr committed Nov 17, 2008
1 parent c5c5003 commit 6883fba
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -11,8 +11,8 @@
# - clean: remove all generated files # - clean: remove all generated files
# #


VERSION := 1.7 VERSION := 1.8
RELEASE := 1 RELEASE := pre1


CFG_DIR := $(PREFIX)/etc CFG_DIR := $(PREFIX)/etc
BIN_DIR := $(PREFIX)/usr/bin BIN_DIR := $(PREFIX)/usr/bin
Expand Down
2 changes: 1 addition & 1 deletion bin/gendesc
Expand Up @@ -41,7 +41,7 @@ use Getopt::Long;




# Constants # Constants
our $lcov_version = "LCOV version 1.7"; our $lcov_version = "LCOV version 1.8";
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
our $tool_name = basename($0); our $tool_name = basename($0);


Expand Down
2 changes: 1 addition & 1 deletion bin/genhtml
Expand Up @@ -72,7 +72,7 @@ use Digest::MD5 qw(md5_base64);


# Global constants # Global constants
our $title = "LCOV - code coverage report"; our $title = "LCOV - code coverage report";
our $lcov_version = "LCOV version 1.7"; our $lcov_version = "LCOV version 1.8";
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
our $tool_name = basename($0); our $tool_name = basename($0);


Expand Down
2 changes: 1 addition & 1 deletion bin/geninfo
Expand Up @@ -56,7 +56,7 @@ use Digest::MD5 qw(md5_base64);




# Constants # Constants
our $lcov_version = "LCOV version 1.7"; our $lcov_version = "LCOV version 1.8";
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
our $gcov_tool = "gcov"; our $gcov_tool = "gcov";
our $tool_name = basename($0); our $tool_name = basename($0);
Expand Down
2 changes: 1 addition & 1 deletion bin/genpng
Expand Up @@ -35,7 +35,7 @@ use Getopt::Long;




# Constants # Constants
our $lcov_version = "LCOV version 1.7"; our $lcov_version = "LCOV version 1.8";
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
our $tool_name = basename($0); our $tool_name = basename($0);


Expand Down
2 changes: 1 addition & 1 deletion bin/lcov
Expand Up @@ -65,7 +65,7 @@ use Getopt::Long;




# Global constants # Global constants
our $lcov_version = "LCOV version 1.7"; our $lcov_version = "LCOV version 1.8";
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php"; our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
our $tool_name = basename($0); our $tool_name = basename($0);


Expand Down
2 changes: 1 addition & 1 deletion man/gendesc.1
@@ -1,4 +1,4 @@
.TH gendesc 1 "LCOV 1.7" 2008\-11\-17 "User Manuals" .TH gendesc 1 "LCOV 1.8" 2008\-11\-17 "User Manuals"
.SH NAME .SH NAME
gendesc \- Generate a test case description file gendesc \- Generate a test case description file
.SH SYNOPSIS .SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/genhtml.1
@@ -1,4 +1,4 @@
.TH genhtml 1 "LCOV 1.7" 2008\-11\-17 "User Manuals" .TH genhtml 1 "LCOV 1.8" 2008\-11\-17 "User Manuals"
.SH NAME .SH NAME
genhtml \- Generate HTML view from LCOV coverage data files genhtml \- Generate HTML view from LCOV coverage data files
.SH SYNOPSIS .SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/geninfo.1
@@ -1,4 +1,4 @@
.TH geninfo 1 "LCOV 1.7" 2008\-11\-17 "User Manuals" .TH geninfo 1 "LCOV 1.8" 2008\-11\-17 "User Manuals"
.SH NAME .SH NAME
geninfo \- Generate tracefiles from .da files geninfo \- Generate tracefiles from .da files
.SH SYNOPSIS .SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/genpng.1
@@ -1,4 +1,4 @@
.TH genpng 1 "LCOV 1.7" 2008\-11\-17 "User Manuals" .TH genpng 1 "LCOV 1.8" 2008\-11\-17 "User Manuals"
.SH NAME .SH NAME
genpng \- Generate an overview image from a source file genpng \- Generate an overview image from a source file
.SH SYNOPSIS .SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/lcov.1
@@ -1,4 +1,4 @@
.TH lcov 1 "LCOV 1.7" 2008\-11\-17 "User Manuals" .TH lcov 1 "LCOV 1.8" 2008\-11\-17 "User Manuals"
.SH NAME .SH NAME
lcov \- a graphical GCOV front\-end lcov \- a graphical GCOV front\-end
.SH SYNOPSIS .SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/lcovrc.5
@@ -1,4 +1,4 @@
.TH lcovrc 5 "LCOV 1.7" 2008\-11\-17 "User Manuals" .TH lcovrc 5 "LCOV 1.8" 2008\-11\-17 "User Manuals"


.SH NAME .SH NAME
lcovrc \- lcov configuration file lcovrc \- lcov configuration file
Expand Down
4 changes: 2 additions & 2 deletions rpm/lcov.spec
@@ -1,7 +1,7 @@
Summary: A graphical GCOV front-end Summary: A graphical GCOV front-end
Name: lcov Name: lcov
Version: 1.7 Version: 1.8
Release: 1 Release: pre1
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
URL: http://ltp.sourceforge.net/coverage/lcov.php URL: http://ltp.sourceforge.net/coverage/lcov.php
Expand Down

0 comments on commit 6883fba

Please sign in to comment.