From 4a16e5600fc1c0f413e176c7a8e2892a957d1579 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Thu, 21 May 2015 11:35:46 +0200 Subject: prepare v0.9.38 --- Changelog | 2 +- php_suhosin.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index f47436c..c5d64e0 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -2015-xx-xx - 0.9.38-dev +2015-05-21 - 0.9.38 - removed code compatibility for PHP <5.4 (lots of code + ifdefs) - allow https location for suhosin.filter.action - fixed newline detection for suhosin.mail.protect diff --git a/php_suhosin.h b/php_suhosin.h index fd61a0a..f82c460 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.38-dev" +#define SUHOSIN_EXT_VERSION "0.9.38" /*#define SUHOSIN_DEBUG*/ #define SUHOSIN_LOG "/tmp/suhosin_log.txt" -- cgit v1.3