mirror of
https://github.com/php/php-src.git
synced 2025-01-18 09:43:36 +08:00
HEAD is 5.1.0-dev now
This commit is contained in:
parent
728b849529
commit
4162f81c88
@ -39,8 +39,8 @@ AC_CANONICAL_HOST
|
||||
AC_CONFIG_HEADER(main/php_config.h)
|
||||
|
||||
MAJOR_VERSION=5
|
||||
MINOR_VERSION=0
|
||||
RELEASE_VERSION=1
|
||||
MINOR_VERSION=1
|
||||
RELEASE_VERSION=0
|
||||
EXTRA_VERSION="-dev"
|
||||
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* automatically generated by configure */
|
||||
/* edit configure.in to change version number */
|
||||
#define PHP_MAJOR_VERSION 5
|
||||
#define PHP_MINOR_VERSION 0
|
||||
#define PHP_RELEASE_VERSION 1
|
||||
#define PHP_MINOR_VERSION 1
|
||||
#define PHP_RELEASE_VERSION 0
|
||||
#define PHP_EXTRA_VERSION "-dev"
|
||||
#define PHP_VERSION "5.0.1-dev"
|
||||
#define PHP_VERSION "5.1.0-dev"
|
||||
|
Loading…
Reference in New Issue
Block a user