diff --git a/Cabal.cabal b/Cabal.cabal
index a5ddde4ab93f1df2d92176a7c2c3aa298853baab..0491fc153af13e308096f7c0f78cfc8870f836a3 100644
--- a/Cabal.cabal
+++ b/Cabal.cabal
@@ -1,5 +1,5 @@
 Name: Cabal
-Version: 1.3.3
+Version: 1.3.4
 Copyright: 2003-2006, Isaac Jones
 License: BSD3
 License-File: LICENSE
@@ -37,7 +37,7 @@ Library
     Build-Depends: unix
 
   GHC-Options: -Wall
-  CPP-Options: "-DCABAL_VERSION=1,3,3"
+  CPP-Options: "-DCABAL_VERSION=1,3,4"
   nhc98-Options: -K4M
 
   Exposed-Modules:
diff --git a/Makefile b/Makefile
index 3d5af291a58f0df32ac7a2242f46480aef381df7..1876bce5eec79d336f7b67a284ec279d04c8af86 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION=1.3.3
+VERSION=1.3.4
 
 KIND=devel
 #KIND=rc
@@ -7,6 +7,7 @@ KIND=devel
 
 PREFIX=/usr/local
 HC=ghc
+GHCFLAGS=-Wall
 
 all: build