lib/rcov/version.rb in relevance-rcov-0.8.2.1 vs lib/rcov/version.rb in relevance-rcov-0.8.3.0
- old
+ new
@@ -1,11 +1,12 @@
# rcov Copyright (c) 2004-2006 Mauricio Fernandez <mfp@acm.org>
#
# See LEGAL and LICENSE for licensing information.
module Rcov
- VERSION = "0.8.2.1"
- RELEASE_DATE = "2009-03-17"
+ VERSION = "0.8.3.0"
+ RELEASE_DATE = "2009-05-08"
RCOVRT_ABI = [2,0,0]
- UPSTREAM_URL = "http://github.com/spicycode/rcov"
+ UPSTREAM_URL = "http://github.com/relevance/rcov"
+ ROOF_POSITION = 'raised'
end