diff --git a/Rakefile b/Rakefile
index 42ae03e945a9c7e28b2ed9bf342233c280590364..9be4c9a0845088e923d26dddf6affb3e5ca4f39f 100755
--- a/Rakefile
+++ b/Rakefile
@@ -6,12 +6,13 @@ require './lib/fox16/version.rb'
 # Some constants we'll need
 PKG_VERSION = Fox.fxrubyversion
 FXRUBY_HOME_URL = "http://www.fxruby.org"
-FOX_HOME_URL    = "http://www.fox-toolkit.com"
+FOX_VERSION = "1.6.0"
+FOX_HOME_URL = "http://www.fox-toolkit.com"
 
 Hoe.new("FXRuby", PKG_VERSION) do |p|
   # ... project specific data ...
   p.blog_categories = %w{FXRuby}
-  p.clean_globs = ["ext/fox16/Makefile", "ext/fox16/*.o", "ext/fox16/*.bundle", "ext/fox16/mkmf.log", "ext/fox16/conftest.dSYM"]
+  p.clean_globs = ["doap.rdf", "*.iss", "ext/fox16/Makefile", "ext/fox16/*.o", "ext/fox16/*.bundle", "ext/fox16/mkmf.log", "ext/fox16/conftest.dSYM"]
   p.developer("Lyle Johnson", "lyle@lylejohnson.name")
   p.extra_rdoc_files = ["rdoc-sources", File.join("rdoc-sources", "README.rdoc")]
   p.remote_rdoc_dir = "doc/api"