diff options
author | Johannes Schlüter <johannes@php.net> | 2013-03-14 18:07:03 +0100 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2013-03-14 18:07:03 +0100 |
commit | 575aeb37d0f4ce2b5ba9157884a19b8270ae07e3 (patch) | |
tree | 3741a35592c08b9a99e9db2441b083a61da9bc22 /configure.in | |
parent | 8f533d2dfd1f029b5d1a811fdeac753a4dc0a7a2 (diff) | |
download | php-git-php-5.3.23.tar.gz |
PHP 5.3.23php-5.3.23PHP-5.3.23
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 c461df2c76..3cc0be5143 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=23 -PHP_EXTRA_VERSION="RC1" +PHP_EXTRA_VERSION="" 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` |