From e6aeb324acaaf13836fdcec64159e25cb4292f02 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Wed, 2 May 2012 08:30:35 +0200 Subject: Imported Upstream version 5.4.1 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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` -- cgit v1.2.3