summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-01-10 13:33:01 +0000
committerJohannes Schlüter <johannes@php.net>2012-01-10 13:33:01 +0000
commitbe8864cc22335efdf318e5a3fc746d8ec0f61f7a (patch)
tree276143f68ccf47cf404a4c149dffc07dd3b80dbf
parentd0cc4a1cfcb7d7a68b6597cc33482a171cd95cc1 (diff)
parentc7904620d17ede5f3dd4e7d886b7113219aa4673 (diff)
downloadphp-git-php-5.3.9.tar.gz
PHP 5.3.9 (re-tag after version no. fix)php-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