summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-03-17 22:33:59 -0700
committerStanislav Malyshev <stas@php.net>2015-03-17 22:33:59 -0700
commit91538759b71d6dccb71cf9c30be6867a9dd67bcd (patch)
tree941d9a50ad3ce9a413ab32df4e252d316afb3209 /main/php_version.h
parentef8fc4b53d92fbfcd8ef1abbd6f2f5fe2c4a11e5 (diff)
downloadphp-git-PHP-5.4.39.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 46f681765e..36a54ec04b 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 39
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.39-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.39"
#define PHP_VERSION_ID 50439