From: Johannes Schlüter Date: Mon, 22 Aug 2011 23:24:22 +0000 (+0000) Subject: Back to -dev X-Git-Tag: php-5.3.9RC1~351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f502879ffd4ccbbd66ddb51884be73722d01feb;p=php Back to -dev --- diff --git a/NEWS b/NEWS index e5f48dd4b8..18fa89d300 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2001, PHP 5.3.9 + 23 Aug 2011, PHP 5.3.8 - Core: diff --git a/configure.in b/configure.in index c7df64394b..1ac19ccdc4 100644 --- a/configure.in +++ b/configure.in @@ -41,8 +41,8 @@ AC_CONFIG_HEADER(main/php_config.h) PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=3 -PHP_RELEASE_VERSION=8 -PHP_EXTRA_VERSION="" +PHP_RELEASE_VERSION=9 +PHP_EXTRA_VERSION="-dev" 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` diff --git a/main/php_version.h b/main/php_version.h index 776b2f783a..ace33dc2e8 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 8 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.3.8" -#define PHP_VERSION_ID 50308 +#define PHP_RELEASE_VERSION 9 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "5.3.9-dev" +#define PHP_VERSION_ID 50309