]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Fri, 25 May 2007 00:07:57 +0000 (00:07 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 25 May 2007 00:07:57 +0000 (00:07 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index a96c14e2477731f86fcc7c2abac1c628824fee60..500d9e04cee09917802856fb0c9be2848602961d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Jun 2007, PHP 5.2.3
+
+
 24 May 2007, PHP 5.2.3RC1
 - Changed CGI install target to php-cgi and 'make install' to install CLI
   when CGI is selected. (Jani)
index 5eab630a4e21a99fc4adfa1a2159f0bfe038889a..87d89a49bf2a3f8c008dd2492665fc6ad005388c 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=3
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index 4ba79a9a59f67cb374c1f6d490cf74d5eac3f7aa..4300bae3a945acd07aac96efac9aeac10f5d2a85 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.2.3RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.3RC2-dev"
 #define PHP_VERSION_ID 50203