diff --git a/wx.cabal b/wx.cabal
--- a/wx.cabal
+++ b/wx.cabal
@@ -1,5 +1,5 @@
 Name:           wx
-Version:        0.12.1.1
+Version:        0.12.1.2
 License:        LGPL
 License-file:   license.txt
 Homepage:       http://haskell.org/haskellwiki/WxHaskell
@@ -18,11 +18,11 @@
 Library
     if flag(splitBase)
         build-depends: base >= 3 && < 5, 
-                       wxcore >= 0.12.1.1,
+                       wxcore >= 0.12.1.2,
                        stm
     else
         build-depends: base <  3, 
-                       wxcore >= 0.12.1.1, 
+                       wxcore >= 0.12.1.2, 
                        stm
 
  Exposed-Modules:
