From 548b0c47af605304cd364080f0a28c9262b1decc Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 28 Mar 2010 22:43:13 +0200 Subject: Prepare release of Suhosin Extension 0.9.31 --- Changelog | 2 +- php_suhosin.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 618360b..19e9036 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -2010-xx-xx - 0.9.31-dev +2010-03-28 - 0.9.31 - Fix ZTS build of session.c - Increased session identifier entropy by using /dev/urandom if available diff --git a/php_suhosin.h b/php_suhosin.h index c2b27c4..e256ca3 100644 --- a/php_suhosin.h +++ b/php_suhosin.h @@ -22,7 +22,7 @@ #ifndef PHP_SUHOSIN_H #define PHP_SUHOSIN_H -#define SUHOSIN_EXT_VERSION "0.9.31-dev" +#define SUHOSIN_EXT_VERSION "0.9.31" /*#define SUHOSIN_DEBUG*/ #define SUHOSIN_LOG "/tmp/suhosin_log.txt" -- cgit v1.3