summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-10-28 15:00:19 +0100
committerJulien Pauli <jpauli@php.net>2014-10-28 15:00:19 +0100
commit64af3c21e6917d93274687071992bf3bd64d0748 (patch)
tree8b1cb526e61e15dfa214b8a96f7613c379a94b59
parent13a218d3285f78812bb8a1d2214b9d6e166924b8 (diff)
downloadphp-git-php-5.5.19RC1.tar.gz
5.5.19RC1php-5.5.19RC1
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 15a2951377..daabc6899f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2014, PHP 5.5.19
+30 Oct 2014, PHP 5.5.19RC1
- Core:
. Fixed bug #68095 (AddressSanitizer reports a heap buffer overflow in
diff --git a/configure.in b/configure.in
index cc5ec47ac7..b8dfdbf4c5 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=5
PHP_RELEASE_VERSION=19
-PHP_EXTRA_VERSION="-dev"
+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 b198ad69b1..fa8d28e46f 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
#define PHP_RELEASE_VERSION 19
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.19-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.5.19RC1"
#define PHP_VERSION_ID 50519