From 6177839a0416da7b8eb25cc6620cbeb53e083097 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 21 Feb 2008 17:16:31 +0100 Subject: [PATCH] Xtables-addons 1.5.1 Signed-off-by: Jan Engelhardt --- .gitignore | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7d7f35a..f49f792 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ Makefile Makefile.in Module.symvers +modules.order /downloads diff --git a/configure.ac b/configure.ac index 96bb774..3d7c35b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([xtables-addons], [1.5.0]) +AC_INIT([xtables-addons], [1.5.1]) AC_CONFIG_HEADERS([config.h]) AC_PROG_INSTALL AM_INIT_AUTOMAKE