mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
bump version after release
This commit is contained in:
parent
4e312c3f00
commit
378de94faa
3 changed files with 7 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -1,5 +1,9 @@
|
|||
PHP NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
?? ??? 2016, PHP 7.1.0beta1
|
||||
|
||||
|
||||
|
||||
23 Jun 2016, PHP 7.1.0alpha2
|
||||
|
||||
- Core:
|
||||
|
|
|
@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
|
|||
PHP_MAJOR_VERSION=7
|
||||
PHP_MINOR_VERSION=1
|
||||
PHP_RELEASE_VERSION=0
|
||||
PHP_EXTRA_VERSION="alpha2"
|
||||
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`
|
||||
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
#define PHP_MAJOR_VERSION 7
|
||||
#define PHP_MINOR_VERSION 1
|
||||
#define PHP_RELEASE_VERSION 0
|
||||
#define PHP_EXTRA_VERSION "alpha2"
|
||||
#define PHP_VERSION "7.1.0alpha2"
|
||||
#define PHP_EXTRA_VERSION "-dev"
|
||||
#define PHP_VERSION "7.1.0-dev"
|
||||
#define PHP_VERSION_ID 70100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue