summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-12-10 01:36:02 +0100
committerFerenc Kovacs <tyrael@php.net>2015-12-10 01:36:02 +0100
commitd3d42b95507579add65c026b874d6907296247fe (patch)
tree0844dbd0829be0cb9c28678bd78ae8151813d0e3
parent7d5dbaed765c8b8f2bbf3f6159a4658686245a9b (diff)
downloadphp-git-php-5.6.17RC1.tar.gz
5.6.17RC1php-5.6.17RC1
-rw-r--r--NEWS4
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 7 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 3a2289546a..184833eb3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2016, PHP 5.6.18
-
-17 Dec 2015, PHP 5.6.17
+10 Dec 2015, PHP 5.6.17RC1
- Core:
. Fixed bug #66909 (configure fails utf8_to_mutf7 test). (Michael Orlitzky)
diff --git a/configure.in b/configure.in
index 9cfe902c3c..6121519dfb 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=18
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=17
+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 8391fdb35e..e318c738b7 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 18
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.18-dev"
-#define PHP_VERSION_ID 50618
+#define PHP_RELEASE_VERSION 17
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.17RC1"
+#define PHP_VERSION_ID 50617