--- embedaddon/php/configure.in 2013/07/22 01:31:37 1.1.1.3 +++ embedaddon/php/configure.in 2013/10/14 08:02:08 1.1.1.4 @@ -1,4 +1,4 @@ -## $Id: configure.in,v 1.1.1.3 2013/07/22 01:31:37 misho Exp $ -*- autoconf -*- +## $Id: configure.in,v 1.1.1.4 2013/10/14 08:02:08 misho Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. dnl include Zend specific macro definitions first @@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ... PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=4 -PHP_RELEASE_VERSION=17 +PHP_RELEASE_VERSION=20 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` @@ -1582,7 +1582,7 @@ cat <