diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-01-26 00:21:20 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-01-26 00:21:20 +0000 |
commit | 7c166ddf865e7e26b16ea3216a41ca7ae444a44c (patch) | |
tree | 5d8a1f47d87c7d930714d4c244346bc5c1c473a5 /configure.in | |
parent | 15bcf9e38eb20b95b6b522d6347d45bc5290cbcf (diff) | |
download | php-git-7c166ddf865e7e26b16ea3216a41ca7ae444a44c.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 7b1fd591ed..23f773cc81 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=2 RELEASE_VERSION=1 -EXTRA_VERSION="RC4" +EXTRA_VERSION="RC5-dev" PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION` |