summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-03-02 11:02:42 +0100
committerJulien Pauli <jpauli@php.net>2016-03-02 11:02:42 +0100
commit914d33c40ebe7a5bad6228f128b514698d8aaa2a (patch)
tree5320de6cdf8be640cbfaa67bb646568cd347e12b
parent3c8ccdd9d301a59e0ea33bc7d6b395156b324084 (diff)
downloadphp-git-914d33c40ebe7a5bad6228f128b514698d8aaa2a.tar.gz
Going for 5.5.34
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
3 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 8491510941..6d3caf60de 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
** PHP 5.5 is in security-only mode , please do not commit to this branch **
+??? 2016, PHP 5.5.34
+
+
+
03 Mar 2016, PHP 5.5.33
- Phar:
diff --git a/configure.in b/configure.in
index d80ab94bc8..21a52065c5 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=5
-PHP_RELEASE_VERSION=33
+PHP_RELEASE_VERSION=34
PHP_EXTRA_VERSION="-dev"
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 e9feae6a51..25446e3d65 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 33
+#define PHP_RELEASE_VERSION 34
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.33-dev"
-#define PHP_VERSION_ID 50533
+#define PHP_VERSION "5.5.34-dev"
+#define PHP_VERSION_ID 50534