From 2444359b9a64408475887edaf7af5d6920833aff Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 7 Jan 2008 20:24:04 +0100 Subject: Last minute darcs-hash:20080107192404-4fc50-8f87bf369b345a5968d97fd2e57349bd9021361b.gz --- README | 5 +++++ lib/bacon.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 = "" -- cgit 1.4.1