]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Thu, 26 Apr 2007 22:44:53 +0000 (22:44 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 26 Apr 2007 22:44:53 +0000 (22:44 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index b32b294e9403714611a59043d4448359f77efd6f..63f6759775f21c53c7b73a3d88280c6db6826941 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Apr 2007, PHP 5.2.3RC3
+
 26 Apr 2007, PHP 5.2.2RC2
 - Added GMP_VERSION constant. (Tony)
 - Fixed commandline handling fro CLI and CGI. (Marcus, Johannes)
index 7597e1750b59a098502ed2c861f9ffdd97ac5fe8..87e2cb099a138acf3e0a361be015616a36ef73f8 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=2
-EXTRA_VERSION="RC2"
+EXTRA_VERSION="RC3-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index b069c42a5a7ad3e8d7ce9ac3d0d82d17969a0f9d..d12d7a1a4a4eb2ef66c548149c278918b01a4c91 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.2.2RC2"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.2RC2-dev"
 #define PHP_VERSION_ID 50202