From 282dfb77a71d3c9ef20aa8c0ad955e4061652b75 Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 28 Aug 2008 05:06:01 +0000 Subject: dated version number to 0.7.9, deleted ROADMAP. --- README | 2 +- ROADMAP | 16 ---------------- lib/coderay.rb | 2 +- 3 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 ROADMAP diff --git a/README b/README index 070fd63..e9b931f 100644 --- a/README +++ b/README @@ -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.7.7 +Version: 0.8.0 Author:: murphy (Kornelius Kalnbach) Contact:: murphy rubychan de Website:: coderay.rubychan.de[http://coderay.rubychan.de] diff --git a/ROADMAP b/ROADMAP deleted file mode 100644 index 29e6736..0000000 --- a/ROADMAP +++ /dev/null @@ -1,16 +0,0 @@ -# vim:ts=4:ft=ruby: - -0.6.0 - Complete! -Plaintext, Ruby, C - -0.8.0 -XML, CSS - -1.2 -YAML, eRuby, irb, SQL, Python - -1.4 -PHP, Perl (*schauder*), Pascal/Delphi, C++, Java - -1.6 -Haskell, Prolog, CS, VB, TeX, BBCode, Textile, Makefile diff --git a/lib/coderay.rb b/lib/coderay.rb index c1025c7..df330fb 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -134,7 +134,7 @@ module CodeRay # Minor: odd for beta, even for stable # Teeny: development state # Revision: Subversion Revision number (generated on rake) - VERSION = '0.7.8' + VERSION = '0.7.9' require 'coderay/tokens' require 'coderay/scanner' -- cgit v1.2.1