summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/php_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_version.h b/main/php_version.h
index 83738e7745..54f018f1df 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION
+#define PHP_EXTRA_VERSION ""
#define PHP_VERSION "5.3.9"
#define PHP_VERSION_ID 50309