]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Wed, 30 May 2007 18:48:58 +0000 (18:48 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 30 May 2007 18:48:58 +0000 (18:48 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 523621c6619683bca629e4507d4b16b4975cc588..0a1469c722cd8567a35bcfec5ef7624bebdde6aa 100644 (file)
--- 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)
index ef19cf9fb732475c013dfe35746b5cc24ff1fcdf..7dad9c607b908abed740288c9c8f96ccd4bac7af 100644 (file)
@@ -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`
 
index 1a3ca71cda634b17fa87b2f10ce44b9282b83fea..4d4f1de63aa245d0205ae1dc2e9d20e5e8fa8ede 100644 (file)
@@ -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