diff --git a/System/Cpuid.hs b/System/Cpuid.hs
--- a/System/Cpuid.hs
+++ b/System/Cpuid.hs
@@ -14,8 +14,8 @@
 -- functions are provided, which perform some of the (really complicated and
 -- obstruse) decoding.
 --
--- As an example, you may use the following program to measure the overhead
--- of calling this function:
+-- As an example, you may use the following program to determine some
+-- characteristics of your machine:
 --
 -- > module Main(main) where
 -- > 
diff --git a/cpuid.cabal b/cpuid.cabal
--- a/cpuid.cabal
+++ b/cpuid.cabal
@@ -1,6 +1,6 @@
 Cabal-version:      >=1.2
 Name:               cpuid
-Version:            0.2.1
+Version:            0.2.1.2
 License:            GPL
 License-file:       COPYING
 Author:             Martin Grabmueller <martin@grabmueller.de>
