summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-07-02 02:23:22 +0200
committerFerenc Kovacs <tyrael@php.net>2014-07-02 02:23:22 +0200
commit2d4b95e0e2a95e8af4fae9621a0e63dbbeee9a1b (patch)
tree79ed3afad0ed1ea271cbcb4d0ec639836834b9fe
parenta0be642ecf5ec6032254c8e0454afabf1dcbe55f (diff)
downloadphp-git-php-5.6.0RC2.tar.gz
bump the version to RC2php-5.6.0RC2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index ff1e9e04cb..12341b503a 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="RC1"
+PHP_EXTRA_VERSION="RC2"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index 65600674c6..46d3ee0c99 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 "RC1"
-#define PHP_VERSION "5.6.0RC1"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.6.0RC2"
#define PHP_VERSION_ID 50600