Version number was not bumped in Makefile in svn
diff --git a/Makefile b/Makefile
index 2673fd5..8bc5991 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@
 ifndef KERNEL_DIR
 KERNEL_DIR=/usr/src/linux
 endif
-IPTABLES_VERSION:=1.3.5
-OLD_IPTABLES_VERSION:=1.3.4
+IPTABLES_VERSION:=1.3.6
+OLD_IPTABLES_VERSION:=1.3.5
 
 PREFIX:=/usr/local
 LIBDIR:=$(PREFIX)/lib