summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-09-01 13:09:37 -0700
committerStanislav Malyshev <stas@php.net>2015-09-01 13:09:37 -0700
commit24324791c23de1d66d1ff7787b472db30d1af228 (patch)
tree58b66644f70d255503c45e35ec00d6c9ef3e541b /main
parent1922c650bac7ca4aed9c530faddb96cff73a0abc (diff)
downloadphp-git-php-5.4.45.tar.gz
Diffstat (limited to 'main')
-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 49c00afc70..22db4793d7 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 45
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.45-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.45"
#define PHP_VERSION_ID 50445