summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2014-06-07 09:49:55 +0200
committerOndřej Surý <ondrej@sury.org>2014-06-07 09:49:55 +0200
commitc63e1a09f5cbd757f59beb729fb0fb36516819a9 (patch)
tree901250de5d55280e0163cd59e99b05cd07d4db0b /configure
parent32c3fbba663e5b1da38bdd2d84b0a9a78271ddfa (diff)
downloadphp-c63e1a09f5cbd757f59beb729fb0fb36516819a9.tar.gz
New upstream version 5.6.0~beta4+dfsgupstream/5.6.0_beta4+dfsg
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cbfc85092..513680e74 100755
--- a/configure
+++ b/configure
@@ -3666,7 +3666,7 @@ ac_config_headers="$ac_config_headers main/php_config.h"
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="beta3"
+PHP_EXTRA_VERSION="beta4"
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`