diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-01-04 23:52:29 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-01-04 23:52:29 +0000 |
commit | e6c845cb2c9fadc1168e7d5b08415aed2df7982e (patch) | |
tree | 82b1bf4a8a1fb7ee17127586cbba63be4a41337f /configure.in | |
parent | 7ba84b8807eddac346df75fcaea0f6ad3295712c (diff) | |
download | php-git-e6c845cb2c9fadc1168e7d5b08415aed2df7982e.tar.gz |
5.2.1RC2
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 885beba409..e36b50e8fe 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="RC2-dev" +EXTRA_VERSION="RC2" PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION` |