From 74b05c9f583669849fded8417a8f5003be3b3c6c Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Fri, 9 Sep 2011 01:55:21 +0200 Subject: 1.0 RC 2 --- coderay.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coderay.gemspec') diff --git a/coderay.gemspec b/coderay.gemspec index 8c54100..d62bf4b 100644 --- a/coderay.gemspec +++ b/coderay.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| # thanks to @Argorak for this solution revision = 134 + (`git log --oneline | wc -l`.to_i) - s.version = "#{CodeRay::VERSION}.#{revision}rc1" + s.version = "#{CodeRay::VERSION}.#{revision}rc2" # s.version = CodeRay::VERSION -- cgit v1.2.1