diff options
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r-- | lib/coderay.rb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/coderay.rb b/lib/coderay.rb index 5e9f3f8..62b5991 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -128,7 +128,12 @@ # The scanning methods provide more flexibility; we recommend to use these. module CodeRay - Version = '0.4.6' + # Version: Major.Minor.Teeny[.Revision] + # Major: 0 for pre-release + # Minor: odd for beta, even for stable + # Teeny: development state + # Revision: Subversion Revision number (generated on rake) + Version = '0.6.0' require 'coderay/tokens' require 'coderay/scanner' |