From 275a7053ac8fe5610089109822cf8f918b763203 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Wed, 3 Dec 2014 15:00:13 +0100 Subject: removed '-dev' from version string. oops. --- php_suhosin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_suhosin.h b/php_suhosin.h index 7129e49..5987345 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.37-dev" +#define SUHOSIN_EXT_VERSION "0.9.37" /*#define SUHOSIN_DEBUG*/ #define SUHOSIN_LOG "/tmp/suhosin_log.txt" -- cgit v1.3