diff options
author | murphy <murphy@rubychan.de> | 2009-12-31 03:05:22 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-12-31 03:05:22 +0000 |
commit | e2e6e212ebe78a4d29376f46b69cc44c302ffdc5 (patch) | |
tree | 5aafcec42581a3009dc828ba9ca4390fc3b94b51 /lib | |
parent | c484cdda15ec7995eb8c58bc6ef1038cd53fd4b7 (diff) | |
download | coderay-e2e6e212ebe78a4d29376f46b69cc44c302ffdc5.tar.gz |
Preparing for 0.9.1.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/README | 2 | ||||
-rw-r--r-- | lib/coderay.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ And with line numbers. * is what everybody should have on their website * solves all your problems and makes the girls run after you -Version: 0.9.0 +Version: 0.9.1 Author:: murphy (Kornelius Kalnbach) Contact:: murphy rubychan de Website:: coderay.rubychan.de[http://coderay.rubychan.de] diff --git a/lib/coderay.rb b/lib/coderay.rb index 6bc16fc..894dd71 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -132,7 +132,7 @@ module CodeRay # Minor: feature milestone # Teeny: development state, 0 for pre-release # Revision: Subversion Revision number (generated on rake gem:make) - VERSION = '0.9.0' + VERSION = '0.9.1' require 'coderay/tokens' require 'coderay/token_classes' |