summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-08-06 10:18:37 +0200
committerJulien Pauli <jpauli@php.net>2014-08-06 11:02:17 +0200
commit0c3302fb217e7dcc08bbd0e2df89ed80c500a069 (patch)
treeab6e3ed477699a3adf4eafc9797c63fd9e17239e
parent1e9abea1393f5a6a83d4def817a3768dc86eb357 (diff)
downloadphp-git-php-5.5.16RC1.tar.gz
5.5.16RC1php-5.5.16RC1
-rw-r--r--NEWS2
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index b15d460097..c103b5da8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2014, PHP 5.5.16
+08 Aug 2014, PHP 5.5.16RC1
- COM:
. Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).
diff --git a/configure.in b/configure.in
index 37310cdc6b..b82c6b9220 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=5
-PHP_RELEASE_VERSION=15
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=16
+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 6f65548d01..11caf9ff24 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 5
-#define PHP_RELEASE_VERSION 15
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.15-dev"
-#define PHP_VERSION_ID 50515
+#define PHP_RELEASE_VERSION 16
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.5.16RC1"
+#define PHP_VERSION_ID 50516