From: Harald Welte Date: Thu, 17 Jun 2004 12:21:11 +0000 (+0000) Subject: pom-ng only deals with numerical versions X-Git-Tag: v1.3.0-rc1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1528c891682eb8a523c7faba4636935a6c60823;p=thirdparty%2Fiptables.git pom-ng only deals with numerical versions --- diff --git a/Makefile b/Makefile index 91a80193..623c86aa 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ TOPLEVEL_INCLUDED=YES ifndef KERNEL_DIR KERNEL_DIR=/usr/src/linux endif -IPTABLES_VERSION:=1.2.10 -OLD_IPTABLES_VERSION:=1.2.9 +IPTABLES_VERSION:=1.2.11 +OLD_IPTABLES_VERSION:=1.2.10 PREFIX:=/usr/local LIBDIR:=$(PREFIX)/lib