summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2016-05-26 03:08:57 +0200
committerFerenc Kovacs <tyrael@php.net>2016-05-26 03:08:57 +0200
commit23bf3f418817f80991071ec413a0f1b97481cb88 (patch)
tree9b81fcd7513f698f3f9120458d5e4b25b5d763aa /main
parentfba887ae24c6ab617d2a457d9ed6e5b1eace9788 (diff)
downloadphp-git-PHP-5.6.22.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 10e33f15f0..7a4f0babc9 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
#define PHP_RELEASE_VERSION 22
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.6.22RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.6.22"
#define PHP_VERSION_ID 50622