summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2008-08-28 05:06:01 +0000
committermurphy <murphy@rubychan.de>2008-08-28 05:06:01 +0000
commit282dfb77a71d3c9ef20aa8c0ad955e4061652b75 (patch)
tree06534fcb25e92e32c9414ec7a1f31ec2aa39a5a5
parent59532a9fd20fa906367310932cf87680cc9ecbea (diff)
downloadcoderay-282dfb77a71d3c9ef20aa8c0ad955e4061652b75.tar.gz
dated version number to 0.7.9, deleted ROADMAP.
-rw-r--r--README2
-rw-r--r--ROADMAP16
-rw-r--r--lib/coderay.rb2
3 files changed, 2 insertions, 18 deletions
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'