summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-11-12 22:46:59 -0800
committerStanislav Malyshev <stas@php.net>2013-11-12 22:46:59 -0800
commitbd4301120f24e4920c19d3ff0613a67c561a1d3f (patch)
tree764114492f9c013816901c25c56b04217ec3d271 /main/php_version.h
parent41f6096ab299f182bc9c3874a113910276373dcf (diff)
downloadphp-git-bd4301120f24e4920c19d3ff0613a67c561a1d3f.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 0229c632a7..a3f17886a8 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 22
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.4.22RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.22"
#define PHP_VERSION_ID 50422