From c91e35e65c5c1551a7a10538d690405dd8ebfa96 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Tue, 19 Jun 2012 16:50:45 +0200 Subject: prepare for rc2 --- coderay.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coderay.gemspec') diff --git a/coderay.gemspec b/coderay.gemspec index ad7a2bb..1f88318 100644 --- a/coderay.gemspec +++ b/coderay.gemspec @@ -11,7 +11,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}.rc1" + s.version = "#{CodeRay::VERSION}.rc2" end s.authors = ['Kornelius Kalnbach'] -- cgit v1.2.1