Skip to content

Commit d71577d

Browse files
committed
Bump version to 5.6.0
1 parent 4259f89 commit d71577d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 201?, PHP 5.5.99
3+
?? ??? 201?, PHP 5.6.0
44

55
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>

configure.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
118118
])
119119

120120
PHP_MAJOR_VERSION=5
121-
PHP_MINOR_VERSION=5
122-
PHP_RELEASE_VERSION=99
121+
PHP_MINOR_VERSION=6
122+
PHP_RELEASE_VERSION=0
123123
PHP_EXTRA_VERSION="-dev"
124124
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
125125
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`

main/php_version.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* automatically generated by configure */
22
/* edit configure.in to change version number */
33
#define PHP_MAJOR_VERSION 5
4-
#define PHP_MINOR_VERSION 5
5-
#define PHP_RELEASE_VERSION 99
4+
#define PHP_MINOR_VERSION 6
5+
#define PHP_RELEASE_VERSION 0
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "5.5.99-dev"
8-
#define PHP_VERSION_ID 50599
7+
#define PHP_VERSION "5.6.0-dev"
8+
#define PHP_VERSION_ID 50600

0 commit comments

Comments
 (0)