require './lib/sup.rb'
 
 Hoe.new('sup', Redwood::VERSION) do |p|
-  p.rubyforge_name = 'Sup'
+  p.rubyforge_name = 'sup'
   p.author = "William Morgan"
   p.summary = 'A console-based email client with the best features of GMail, mutt, and emacs. Features full text search, labels, tagged operations, multiple buffers, recent contacts, and more.'
   p.description = p.paragraphs_of('README.txt', 2..4).join("\n\n")
 
 
 <h2>Status</h2>
 
-<p> The current version of Sup is 0.0.3, released January 2nd, 2007.
+<p> The current version of Sup is 0.0.4, released January 3rd, 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>