summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-12-03 15:00:13 +0100
committerBen Fuhrmannek2014-12-03 15:00:13 +0100
commit275a7053ac8fe5610089109822cf8f918b763203 (patch)
treeb879f92af8b005b222c7fccee8cdb5bb707f2174
parentf0683bf1d9d77e5532e637778107e20826b8d1af (diff)
removed '-dev' from version string. oops.
-rw-r--r--php_suhosin.h2
1 files changed, 1 insertions, 1 deletions
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 @@
22#ifndef PHP_SUHOSIN_H 22#ifndef PHP_SUHOSIN_H
23#define PHP_SUHOSIN_H 23#define PHP_SUHOSIN_H
24 24
25#define SUHOSIN_EXT_VERSION "0.9.37-dev" 25#define SUHOSIN_EXT_VERSION "0.9.37"
26 26
27/*#define SUHOSIN_DEBUG*/ 27/*#define SUHOSIN_DEBUG*/
28#define SUHOSIN_LOG "/tmp/suhosin_log.txt" 28#define SUHOSIN_LOG "/tmp/suhosin_log.txt"