From: Johannes Schlüter Date: Thu, 14 Aug 2014 15:05:20 +0000 (+0200) Subject: Back to -dev (with EOL notice in NEWS) X-Git-Tag: php-5.4.33RC1~30^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1355ea60ccc3d2b289e5ec72877adc3a99ef9f78;p=php Back to -dev (with EOL notice in NEWS) --- diff --git a/NEWS b/NEWS index 4b1b7c235e..327c9af991 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 20??, PHP 5.3.30 + +You should not add anything to this tree. PHP 5.3 reached EOL. + 14 Aug 2014, PHP 5.3.29 - Core: diff --git a/configure.in b/configure.in index 183c3e3612..c592816d17 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=29 -PHP_EXTRA_VERSION="" +PHP_RELEASE_VERSION=30 +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 e62f026772..886754b920 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 29 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.3.29" -#define PHP_VERSION_ID 50329 +#define PHP_RELEASE_VERSION 30 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "5.3.30-dev" +#define PHP_VERSION_ID 50330