diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ on reverse proxy requests. * Cleanup a bunch of trailing whitespace spread across all the source files. + * Become 1.0.12 2015-10-01 Rob Crittenden <rcritten@redhat.com> * Add compatibility for Apache 2.2 and older versions of NSS. diff --git a/configure.ac b/configure.ac index 1e4e778..dd4078e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Required initializer -AC_INIT([mod_nss],[1.0.11]) +AC_INIT([mod_nss],[1.0.12]) m4_include([acinclude.m4]) |