diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2007-12-22 12:56:28 +0000 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2007-12-22 12:56:28 +0000 |
commit | 0464831c9a48f76b4a2ce901d1700d744b4b174e (patch) | |
tree | 31f88052b7062bb75ec376f1c9a8c72fc0eb2eb0 | |
parent | 5a26b5fd7bf11ca93d54fe7dc24b3423fb7d89b2 (diff) |
bump version from 1.4.0rc1 to 1.4.0 finalv1.4.0
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ endif ifndef KBUILD_OUTPUT KBUILD_OUTPUT="/lib/modules/$(shell uname -r)/build" endif -IPTABLES_VERSION:=1.4.0rc1 -OLD_IPTABLES_VERSION:=1.3.8 +IPTABLES_VERSION:=1.4.0 +OLD_IPTABLES_VERSION:=1.4.0rc1 PREFIX:=/usr/local LIBDIR:=$(PREFIX)/lib |