commit 29574f382b696952d766e612685444c021d1f25c
parent 8117e54645fdf245de187a83c6c179d6585521b7
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Sat, 6 Jan 2007 16:20:26 +0000
updated to 0.0.6
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@218 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/sup.rb b/lib/sup.rb
@@ -13,7 +13,7 @@ class Object
end
module Redwood
- VERSION = "0.0.5"
+ VERSION = "0.0.6"
BASE_DIR = ENV["SUP_BASE"] || File.join(ENV["HOME"], ".sup")
CONFIG_FN = File.join(BASE_DIR, "config.yaml")
diff --git a/www/index.html b/www/index.html
@@ -56,7 +56,7 @@ the <a href="Philosophy.txt">philosophical statement</a>.
<h2>Status</h2>
-<p> The current version of Sup is 0.0.5, released January 5th, 2007.
+<p> The current version of Sup is 0.0.6, released January 6th, 2007.
This is a beta release. It is unix-centric and has no i18n
support. It supports only mbox, mbox+ssh, and IMAP, not POP or
GMail. I plan to fix all of these problems. </p>