spicycode-rcov 0.8.1.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
1
+ # rcov Copyright (c) 2004-2006 Mauricio Fernandez <mfp@acm.org>
2
+ #
3
+ # See LEGAL and LICENSE for licensing information.
4
+
5
+ module Rcov
6
+
7
+ VERSION = "0.8.1.3"
8
+ RELEASE_DATE = "2008-08-29"
9
+ RCOVRT_ABI = [2,0,0]
10
+ UPSTREAM_URL = "http://eigenclass.org/hiki/rcov"
11
+
12
+ end
13
+ # vi: set sw=2: