From 499415cc2d1c3a81491cd827848e9d79ed9813f0 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 25 Apr 2007 20:23:53 +0000 Subject: Declared version 0.7.7. Fix/clarification for JRuby (thx@bovi). --- lib/coderay.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay.rb') diff --git a/lib/coderay.rb b/lib/coderay.rb index 2f8e4dd..bb6e183 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -134,7 +134,7 @@ module CodeRay # Minor: odd for beta, even for stable # Teeny: development state # Revision: Subversion Revision number (generated on rake) - VERSION = '0.7.6' + VERSION = '0.7.7' require 'coderay/tokens' require 'coderay/scanner' -- cgit v1.2.1