summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-01-10 13:27:39 +0000
committerJohannes Schlüter <johannes@php.net>2012-01-10 13:27:39 +0000
commitc7904620d17ede5f3dd4e7d886b7113219aa4673 (patch)
tree276143f68ccf47cf404a4c149dffc07dd3b80dbf
parent3eb4b024eed4f8d12e8fa5eaf3071b2a13886b4c (diff)
downloadphp-git-c7904620d17ede5f3dd4e7d886b7113219aa4673.tar.gz
- Fix version number as used in Windows builds for 5.3.9
-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