mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
currently it's RC4-dev
This commit is contained in:
parent
73eba86360
commit
dc2bb45440
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
|
|||
MAJOR_VERSION=5
|
||||
MINOR_VERSION=2
|
||||
RELEASE_VERSION=0
|
||||
EXTRA_VERSION="RC4"
|
||||
EXTRA_VERSION="RC4-dev"
|
||||
PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
|
||||
PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue