summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2014-10-17 16:20:58 +0200
committerOndřej Surý <ondrej@sury.org>2014-10-17 16:20:58 +0200
commit1dc5de7731d1bc41002f9b58f798e93f393e6f08 (patch)
tree83f64795b16c566dec2b0019ca8b2b3c2677513d /configure
parent04b664c46aafc46bb3030d3bf06eb5f0b38c2b49 (diff)
downloadphp-upstream/5.6.2+dfsg.tar.gz
New upstream version 5.6.2+dfsgupstream/5.6.2+dfsg
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4851c2290..40d227ada 100755
--- a/configure
+++ b/configure
@@ -3665,7 +3665,7 @@ ac_config_headers="$ac_config_headers main/php_config.h"
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=1
+PHP_RELEASE_VERSION=2
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`