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