summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2004-06-17 12:21:11 +0000
committerHarald Welte <laforge@gnumonks.org>2004-06-17 12:21:11 +0000
commitf1528c891682eb8a523c7faba4636935a6c60823 (patch)
treea3c72dd427faca6ccc0d48a5c452a760aeb317f8
parente4077d02a9deb86bf88ca65795c5702ef0f1a866 (diff)
pom-ng only deals with numerical versions
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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