summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2014-02-14 22:39:19 +0200
committerLior Kaplan <kaplanlior@gmail.com>2014-02-14 22:39:19 +0200
commitd67160a566757f858e5883201e518230f5221c6b (patch)
tree24f894d317e2f58e2d5372f39a1d53fa30885751 /configure
parent575107aad92a460051e02de029067359083542b9 (diff)
downloadphp-d67160a566757f858e5883201e518230f5221c6b.tar.gz
Imported Upstream version 5.6.0~alpha2+dfsgupstream/5.6.0_alpha2+dfsg
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 39c7daeeb..ba5ca54c0 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="alpha1"
+PHP_EXTRA_VERSION="alpha2"
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`