diff options
| author | Ben Fuhrmannek | 2014-12-03 15:00:13 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-12-03 15:00:13 +0100 |
| commit | 275a7053ac8fe5610089109822cf8f918b763203 (patch) | |
| tree | b879f92af8b005b222c7fccee8cdb5bb707f2174 | |
| parent | f0683bf1d9d77e5532e637778107e20826b8d1af (diff) | |
removed '-dev' from version string. oops.
| -rw-r--r-- | php_suhosin.h | 2 |
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" |
