summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-11-26 19:24:07 +0100
committerFerenc Kovacs <tyrael@php.net>2014-11-26 19:24:07 +0100
commit74796926a21d60f0267afa996d145a1720ccb2ef (patch)
tree08fe778371650ad59fd4bf851ded85976916d8f3
parent247774e3fdf3df129fbd3172d799376cd5af85af (diff)
downloadphp-git-74796926a21d60f0267afa996d145a1720ccb2ef.tar.gz
5.6.4RC1
-rw-r--r--NEWS2
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 6 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index bf832d5591..2458225b4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,5 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2015, PHP 5.6.5
-
11 Dec 2014, PHP 5.6.4
- Core:
diff --git a/configure.in b/configure.in
index 2e3b375e6a..2ceefd1355 100644
--- a/configure.in
+++ b/configure.in
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=5
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=4
+PHP_EXTRA_VERSION="RC1"
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 83b9cc2f27..6d5d93a4ec 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.5-dev"
-#define PHP_VERSION_ID 50605
+#define PHP_RELEASE_VERSION 4
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.4RC1"
+#define PHP_VERSION_ID 50604