diff options
author | murphy <murphy@rubychan.de> | 2005-09-29 04:35:37 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-09-29 04:35:37 +0000 |
commit | 88595a5a3d68f37b8106f755ff8912b046096291 (patch) | |
tree | c2b8fb7254298bb33428657675752da469f65163 | |
parent | 3adc7d19fc8529a95e56852c2cb18c544219ad9b (diff) | |
download | coderay-88595a5a3d68f37b8106f755ff8912b046096291.tar.gz |
CodeRay: New subversion 0.4.4!
svn-keywords addod another time.
-rw-r--r-- | lib/coderay.rb | 2 |
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' |