summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 88f4496..d7bb44f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
1** Version 0.5.7 1** Version 0.5.7 (2010-07-01)
2- Force usage of SDBM. For some reason the default in 2- Force usage of SDBM. For some reason the default in
3 my system had issues after reaching a limit of entries. 3 my system had issues after reaching a limit of entries.
4 SDBM seems stable so force it. 4 SDBM seems stable so force it.
diff --git a/configure.ac b/configure.ac
index 497f73a..d840754 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1dnl 1dnl
2AC_INIT(mod_gnutls, 0.5.6) 2AC_INIT(mod_gnutls, 0.5.7)
3OOO_CONFIG_NICE(config.nice) 3OOO_CONFIG_NICE(config.nice)
4MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION 4MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
5AC_PREREQ(2.53) 5AC_PREREQ(2.53)