mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Back to dev
This commit is contained in:
parent
0f474f9474
commit
a64c73121d
2
NEWS
2
NEWS
@ -1,5 +1,7 @@
|
||||
PHP NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
?? ??? 2007, PHP 5.2.3
|
||||
|
||||
03 May 2007, PHP 5.2.2
|
||||
- Improved bundled GD
|
||||
. Sync to 2.0.35
|
||||
|
@ -43,8 +43,8 @@ AC_CONFIG_HEADER(main/php_config.h)
|
||||
|
||||
MAJOR_VERSION=5
|
||||
MINOR_VERSION=2
|
||||
RELEASE_VERSION=2
|
||||
EXTRA_VERSION=""
|
||||
RELEASE_VERSION=3
|
||||
EXTRA_VERSION="-dev"
|
||||
PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
|
||||
PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
/* edit configure.in to change version number */
|
||||
#define PHP_MAJOR_VERSION 5
|
||||
#define PHP_MINOR_VERSION 2
|
||||
#define PHP_RELEASE_VERSION 2
|
||||
#define PHP_EXTRA_VERSION ""
|
||||
#define PHP_VERSION "5.2.2"
|
||||
#define PHP_VERSION_ID 50202
|
||||
#define PHP_RELEASE_VERSION 3
|
||||
#define PHP_EXTRA_VERSION "-dev"
|
||||
#define PHP_VERSION "5.2.3-dev"
|
||||
#define PHP_VERSION_ID 50203
|
||||
|
Loading…
Reference in New Issue
Block a user