diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -122,7 +122,7 @@
         LangBF       -> b  bf
 
 version :: String
-version="Haskell to Brainf**k Compiler: version 0.5"
+version="Haskell to Brainfuck Compiler: version 0.6.2"
 
 help :: String
 help=unlines $
diff --git a/hs2bf.cabal b/hs2bf.cabal
--- a/hs2bf.cabal
+++ b/hs2bf.cabal
@@ -1,19 +1,20 @@
 name:            hs2bf
 cabal-version:   >=1.2
-version:         0.6.1
+version:         0.6.2
 author:          Daiki Handa
 maintainer:      xanxys@gmail.com
-synopsis:        Haskell to Brainfu*k compiler
+synopsis:        Haskell to Brainfuck compiler
 license:         BSD3
 license-File:    LICENSE
 category:        Compiler
+homepage:        http://www.xanxys.net/hs2bf/
 description:
-    Proof of concept implementation of Haskell to Brainfu*k compiler.
+    Proof of concept implementation of Haskell to Brainfuck compiler.
     You can find examples of compilable codes at <http://www.xanxys.net/public/hs2bf-demo/>
 build-type:      Simple
 data-files:      Prelude.hs
 data-dir:        test
-tested-with:     GHC==6.10.4,GHC==6.12.1
+tested-with:     GHC==6.12.1
 extra-source-files:
     Front.hs Core.hs GMachine.hs SAM.hs SCGR.hs Brainfuck.hs
     Util.hs SRuntime.hs
