summaryrefslogtreecommitdiff
path: root/lib/coderay.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2007-04-25 20:23:53 +0000
committermurphy <murphy@rubychan.de>2007-04-25 20:23:53 +0000
commit499415cc2d1c3a81491cd827848e9d79ed9813f0 (patch)
treef5ebef8c5db200967caa9a8d18f3920679aa465b /lib/coderay.rb
parent3ecc8116cc06289724f9a2ccf734e99d843abc79 (diff)
downloadcoderay-499415cc2d1c3a81491cd827848e9d79ed9813f0.tar.gz
Declared version 0.7.7.
Fix/clarification for JRuby (thx@bovi).
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r--lib/coderay.rb2
1 files changed, 1 insertions, 1 deletions
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'