summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeyur Govande <keyur@php.net>2014-07-30 02:34:21 +0000
committerKeyur Govande <keyur@php.net>2014-07-30 02:34:21 +0000
commitab6c1d21f9cec83eac21a8930fdfc5acb5850da8 (patch)
tree5657c96e0f31a16fc53f66410f56448fa594e1ac
parent65364fe7d00319f6bfb4814980988d34183f9f78 (diff)
downloadphp-git-ab6c1d21f9cec83eac21a8930fdfc5acb5850da8.tar.gz
Undo inadvertent commit of php_version
-rw-r--r--main/php_version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_version.h b/main/php_version.h
index a1d9d8ec80..c6aa024436 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,7 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 32
+
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.4.32-dev"
#define PHP_VERSION_ID 50432