# rcov Copyright (c) 2004-2006 Mauricio Fernandez # # See LEGAL and LICENSE for licensing information. module Rcov VERSION = "0.8.0" RELEASE_DATE = "2007-02-28" RCOVRT_ABI = [2,0,0] UPSTREAM_URL = "http://eigenclass.org/hiki.rb?rcov" end # vi: set sw=2: