summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2013-10-18 22:57:51 +0300
committerLior Kaplan <kaplanlior@gmail.com>2013-10-19 15:52:26 +0300
commit3f2474550cbf299d8a7df34988ece052a0401414 (patch)
treec31805aa899ff4bd51981781b1d1d79a6540e245 /configure.in
parent1fd24dd3e14010b82febd3e300599f8d8f9c592c (diff)
downloadphp-3f2474550cbf299d8a7df34988ece052a0401414.tar.gz
Imported Upstream version 5.5.5+dfsg
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f8f6a4813..e3f342d6d 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=5
-PHP_RELEASE_VERSION=4
+PHP_RELEASE_VERSION=5
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`