diff options
| author | Julien Pauli <jpauli@php.net> | 2013-11-27 09:34:40 +0100 |
|---|---|---|
| committer | Julien Pauli <jpauli@php.net> | 2013-11-27 09:34:40 +0100 |
| commit | e9c6a1cfd21b784033cf40248464021a68aaa380 (patch) | |
| tree | 7d06e70ca401586d638a628800754d861963d471 | |
| parent | 5cd8ff9885e041e8bb31bd86f44183ed2aeecfde (diff) | |
| download | php-git-e9c6a1cfd21b784033cf40248464021a68aaa380.tar.gz | |
5.5.8-dev now
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | main/php_version.h | 6 |
3 files changed, 6 insertions, 4 deletions
@@ -1,5 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2013, PHP 5.5.8 + ?? ??? 2013, PHP 5.5.7 - CLI server: diff --git a/configure.in b/configure.in index f25dc81c89..722743cf50 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=7 +PHP_RELEASE_VERSION=8 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 dd8a0272d5..8d30a367d3 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 7 +#define PHP_RELEASE_VERSION 8 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.5.7-dev" -#define PHP_VERSION_ID 50507 +#define PHP_VERSION "5.5.8-dev" +#define PHP_VERSION_ID 50508 |
