summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-12-16 10:41:23 -0800
committerStanislav Malyshev <stas@php.net>2014-12-16 10:41:23 -0800
commit94ce084be00dd3b477b46402beefe4343cd2c59c (patch)
tree901ec9e3e65c95b8a0b753a62f429aa1a134d188 /main/php_version.h
parent53f129a44d3c4ec0fae57993b9ae2f6cb48973cc (diff)
downloadphp-git-94ce084be00dd3b477b46402beefe4343cd2c59c.tar.gz
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h
index a36ea89436..a99769b8a5 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -4,6 +4,6 @@
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 36
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.36-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.36"
#define PHP_VERSION_ID 50436