summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2012-05-02 08:30:35 +0200
committerOndřej Surý <ondrej@sury.org>2012-05-02 08:30:35 +0200
commite6aeb324acaaf13836fdcec64159e25cb4292f02 (patch)
tree8c767c84331273ab6fa6733a08ac64016162eda1 /configure
parente0dcba421c579b36da678d886e1673be84225ae8 (diff)
downloadphp-e6aeb324acaaf13836fdcec64159e25cb4292f02.tar.gz
Imported Upstream version 5.4.1upstream/5.4.1
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 956f37484..c4542b5d5 100755
--- a/configure
+++ b/configure
@@ -3637,7 +3637,7 @@ ac_config_headers="$ac_config_headers main/php_config.h"
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=4
PHP_RELEASE_VERSION=1
-PHP_EXTRA_VERSION="RC2"
+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`