summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-06-11 10:18:19 +0200
committerJulien Pauli <jpauli@php.net>2014-06-11 10:18:19 +0200
commit33f5d7853145fff91cbfbab38588293d8765cecd (patch)
treec39b876e73db7302d91fc16a48350d634b986b0e
parent495e6719e0512fca83bb832a9632a567e8a11241 (diff)
downloadphp-git-php-5.5.14RC1.tar.gz
prepare for 5.5.14RC1php-5.5.14RC1
-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 771f04d47c..2a4fcbaca0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2014, PHP 5.5.14
+12 Jun 2014, PHP 5.5.14RC1
- Core:
. Fixed BC break introduced by patch for bug #67072. (Anatol)
diff --git a/configure.in b/configure.in
index b0937cac2c..94c8b2a0fa 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=14
-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 2a2464c8c4..f435a2c9f4 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 14
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.14-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.5.14RC1"
#define PHP_VERSION_ID 50514