diff --git a/configure.ac b/configure.ac index a31c019..80006a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ -AC_INIT([xtables-addons], [1.32]) +AC_INIT([xtables-addons], [1.33]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_INSTALL -AM_INIT_AUTOMAKE([1.10.2 -Wall foreign subdir-objects]) +AM_INIT_AUTOMAKE([1.10b -Wall foreign subdir-objects]) AC_PROG_CC AM_PROG_CC_C_O AC_DISABLE_STATIC diff --git a/doc/changelog.txt b/doc/changelog.txt index 5219bf4..3a21fb4 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,6 +1,10 @@ HEAD ==== + + +v1.33 (2011-02-02) +================== Fixes: - build: restore functionality of `configure --without-kbuild` - build: fix objdir builds for ipset-5 (xt-a specific)