summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-01-07 20:24:04 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2008-01-07 20:24:04 +0100
commit2444359b9a64408475887edaf7af5d6920833aff (patch)
tree8198294eaf39c6f8d6fca29b04a3b1f648263434
parent52003ad1c0dd63a8021262447969336275c832a4 (diff)
downloadbacon-0.9.tar.gz
bacon-0.9.tar.xz
bacon-0.9.zip
Last minute 0.9
darcs-hash:20080107192404-4fc50-8f87bf369b345a5968d97fd2e57349bd9021361b.gz
-rw-r--r--README5
-rw-r--r--lib/bacon.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index cd6cd65..13d4efa 100644
--- a/README
+++ b/README
@@ -196,6 +196,11 @@ demonstrations, quick checks and doctest tests.
     => false
 
 
+== Thanks to
+
+* Michael Fellinger, for fixing Bacon for 1.9 and various improvements.
+
+
 == Contact
 
 Please mail bugs, suggestions and patches to
diff --git a/lib/bacon.rb b/lib/bacon.rb
index d45b2c3..945f1f1 100644
--- a/lib/bacon.rb
+++ b/lib/bacon.rb
@@ -8,7 +8,7 @@
 # See COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 module Bacon
-  VERSION = "0.2"
+  VERSION = "0.9"
 
   Counter = Hash.new(0)
   ErrorLog = ""