From: Joszef Kadlecsik Date: Mon, 9 Oct 2006 12:09:42 +0000 (+0000) Subject: Version number was not bumped in Makefile in svn X-Git-Tag: v1.3.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e49651dde438e45768d1040d2058d22dd3effd;p=thirdparty%2Fiptables.git Version number was not bumped in Makefile in svn --- diff --git a/Makefile b/Makefile index 2673fd58..8bc5991e 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ TOPLEVEL_INCLUDED=YES 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