summaryrefslogtreecommitdiff
path: root/lib/coderay.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-10-17 11:18:01 +0000
committermurphy <murphy@rubychan.de>2006-10-17 11:18:01 +0000
commit67aa3dfe0661b57ff9259edc3545fbcfd66ddd7e (patch)
treec28d5dcdd180d55eee4a5a7d062480a6282e4097 /lib/coderay.rb
parent9e6f3debf5829049a277ad742901a088a0181d26 (diff)
downloadcoderay-67aa3dfe0661b57ff9259edc3545fbcfd66ddd7e.tar.gz
Declared Version 0.7.4!
Plugin#all_plugin_names is now called #list. Added some basic functional tests and adjusted statistic.rake.
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 c7b5e7f..be88a90 100644
--- a/lib/coderay.rb
+++ b/lib/coderay.rb
@@ -133,7 +133,7 @@ module CodeRay
# Minor: odd for beta, even for stable
# Teeny: development state
# Revision: Subversion Revision number (generated on rake)
- Version = '0.7.2'
+ VERSION = '0.7.4'
require 'coderay/tokens'
require 'coderay/scanner'