Skip to content

Commit

Permalink
lcov: update CVS version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Oberparleiter authored and oberpar committed Jun 10, 2014
1 parent 4dcb4f0 commit 617bced
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# - clean: remove all generated files
#

VERSION := 1.9
RELEASE := 1
VERSION := 1.10
RELEASE := pre1

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


# Constants
our $lcov_version = 'LCOV version 1.9';
our $lcov_version = 'LCOV version 1.10 pre (CVS $Revision: 1.14 $)';
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
our $tool_name = basename($0);

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

# Global constants
our $title = "LCOV - code coverage report";
our $lcov_version = 'LCOV version 1.9';
our $lcov_version = 'LCOV version 1.10 pre (CVS $Revision: 1.52 $)';
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
our $tool_name = basename($0);

Expand Down
2 changes: 1 addition & 1 deletion bin/geninfo
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ use Digest::MD5 qw(md5_base64);


# Constants
our $lcov_version = 'LCOV version 1.9';
our $lcov_version = 'LCOV version 1.10 pre (CVS $Revision: 1.82 $)';
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
our $gcov_tool = "gcov";
our $tool_name = basename($0);
Expand Down
2 changes: 1 addition & 1 deletion bin/genpng
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use Getopt::Long;


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

Expand Down
2 changes: 1 addition & 1 deletion bin/lcov
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ use Cwd qw /abs_path getcwd/;


# Global constants
our $lcov_version = 'LCOV version 1.9';
our $lcov_version = 'LCOV version 1.10 pre (CVS $Revision: 1.73 $)';
our $lcov_url = "http://ltp.sourceforge.net/coverage/lcov.php";
our $tool_name = basename($0);

Expand Down
4 changes: 2 additions & 2 deletions rpm/lcov.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: A graphical GCOV front-end
Name: lcov
Version: 1.9
Release: 1
Version: 1.10
Release: pre1
License: GPL
Group: Development/Tools
URL: http://ltp.sourceforge.net/coverage/lcov.php
Expand Down

0 comments on commit 617bced

Please sign in to comment.