lib/rcov/version.rb in relevance-rcov-0.8.4.1 vs lib/rcov/version.rb in relevance-rcov-0.8.5

- old
+ new

@@ -1,10 +1,10 @@ # rcov Copyright (c) 2004-2006 Mauricio Fernandez <mfp@acm.org> # # See LEGAL and LICENSE for licensing information. module Rcov - VERSION = "0.8.4.1" - RELEASE_DATE = "2009-07-31" + VERSION = "0.8.5" + RELEASE_DATE = "2009-08-07" RCOVRT_ABI = [2,0,0] UPSTREAM_URL = "http://github.com/relevance/rcov" end