From 67aa3dfe0661b57ff9259edc3545fbcfd66ddd7e Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 17 Oct 2006 11:18:01 +0000 Subject: Declared Version 0.7.4! Plugin#all_plugin_names is now called #list. Added some basic functional tests and adjusted statistic.rake. --- 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 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' -- cgit v1.2.1