diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2011-07-28 11:54:53 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2011-07-28 11:54:53 +0000 |
commit | 5b0373b06076d18b8a68cc0e6dd8d0ea30c65a0e (patch) | |
tree | 4ce96206553b78ebd887890f705f3790ab75fe06 /configure.in | |
parent | d69796f23f85d8957931cefe3a2e520cad4bd71e (diff) | |
download | php-git-5b0373b06076d18b8a68cc0e6dd8d0ea30c65a0e.tar.gz |
back to dev
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bfba3f83da..d87b0a5e2b 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h) PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=3 PHP_RELEASE_VERSION=7 -PHP_EXTRA_VERSION="RC4" +PHP_EXTRA_VERSION="RC5-dev" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` |