summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-07-30 11:52:04 +0200
committerFerenc Kovacs <tyrael@php.net>2014-07-30 11:52:04 +0200
commitcbfc5abc3fe1ccaa79b71cdeeb2cff3f6f7f3867 (patch)
tree2eb2e0051fc2cd1e7abe3ae88a844b70273ab2d8 /main
parentd8116ee40036cfbee3199ff81d834fdf00236165 (diff)
downloadphp-git-php-5.6.0RC3.tar.gz
bump to RC3php-5.6.0RC3
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 46d3ee0c99..23760a4608 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 0
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.6.0RC2"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.6.0RC3"
#define PHP_VERSION_ID 50600