From de64609fec4ee4db530cf7711106b44aa43270d9 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 30 May 2007 18:48:58 +0000 Subject: [PATCH] Back to dev --- NEWS | 2 ++ configure.in | 4 ++-- main/php_version.h | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 523621c661..0a1469c722 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ??? 2007, PHP 5.2.4 + 31 May 2007, PHP 5.2.3 - Changed CGI install target to php-cgi and 'make install' to install CLI when CGI is selected. (Jani) diff --git a/configure.in b/configure.in index ef19cf9fb7..7dad9c607b 100644 --- a/configure.in +++ b/configure.in @@ -43,8 +43,8 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=2 -RELEASE_VERSION=3 -EXTRA_VERSION="" +RELEASE_VERSION=4 +EXTRA_VERSION="-dev" PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION` diff --git a/main/php_version.h b/main/php_version.h index 1a3ca71cda..4d4f1de63a 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 2 -#define PHP_RELEASE_VERSION 3 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.2.3" -#define PHP_VERSION_ID 50203 +#define PHP_RELEASE_VERSION 4 +#define PHP_EXTRA_VERSION "-dev" +#define PHP_VERSION "5.2.4-dev" +#define PHP_VERSION_ID 50204 -- 2.50.1