diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-08-27 04:14:23 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-08-27 04:14:23 +0200 |
commit | b165be9ae1462e9b1569be579ab278e37464225c (patch) | |
tree | 959fc6fc3bf19698336e81ac0d2a81a66007133f | |
parent | f7b7c1459448ca57e59d80f90ebc70f68fcb5271 (diff) | |
download | php-git-b165be9ae1462e9b1569be579ab278e37464225c.tar.gz |
from now on, this should be 5.6.1-dev
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | main/php_version.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 3369b9a4f6..2bef7011ac 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=6 -PHP_RELEASE_VERSION=0 +PHP_RELEASE_VERSION=1 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 d48bf13c6f..f3a736bf4f 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 6 -#define PHP_RELEASE_VERSION 0 +#define PHP_RELEASE_VERSION 1 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.6.0-dev" +#define PHP_VERSION "5.6.1-dev" #define PHP_VERSION_ID 50600 |