diff --git a/hogre.cabal b/hogre.cabal
--- a/hogre.cabal
+++ b/hogre.cabal
@@ -1,5 +1,5 @@
 Name:               hogre
-Version:            0.0.2
+Version:            0.0.3
 Cabal-Version:      >= 1.6
 License:            OtherLicense
 License-File:       LICENSE
diff --git a/src/Graphics/Ogre/Ogre.hs b/src/Graphics/Ogre/Ogre.hs
--- a/src/Graphics/Ogre/Ogre.hs
+++ b/src/Graphics/Ogre/Ogre.hs
@@ -1,6 +1,7 @@
 -- | This module allows simple OGRE usage from Haskell.
---   Note that you need OGRE and CEGUI libraries and headers.
---   Currently, only OGRE version 1.7.0dev-unstable (Cthugha) has been tested.
+--   Note that you need OGRE libraries and headers.
+--   Tested with OGRE version 1.7.0dev-unstable (Cthugha) and 1.6.4 
+--   (Shoggoth).
 --   Usage for a simple scene creation:
 --
 --   1. Define the settings structure 'OgreSettings'.
