mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
currently it's RC4-dev
This commit is contained in:
+1
-1
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user