lib/rcov/version.rb



module Rcov
  VERSION = "1.0.0"
  RELEASE_DATE = "2012-02-01"
  RCOVRT_ABI = [2,0,0]
  UPSTREAM_URL = "http://github.com/relevance/rcov"
end