summaryrefslogtreecommitdiff
path: root/lib/coderay.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-09-29 04:35:37 +0000
committermurphy <murphy@rubychan.de>2005-09-29 04:35:37 +0000
commit88595a5a3d68f37b8106f755ff8912b046096291 (patch)
treec2b8fb7254298bb33428657675752da469f65163 /lib/coderay.rb
parent3adc7d19fc8529a95e56852c2cb18c544219ad9b (diff)
downloadcoderay-88595a5a3d68f37b8106f755ff8912b046096291.tar.gz
CodeRay: New subversion 0.4.4!
svn-keywords addod another time.
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 012668b..ea3ddb0 100644
--- a/lib/coderay.rb
+++ b/lib/coderay.rb
@@ -128,7 +128,7 @@
#
module CodeRay
- Version = '0.4.2'
+ Version = '0.4.4'
require 'coderay/tokens'
require 'coderay/scanner'