]> granicus.if.org Git - php/commitdiff
5.2.3RC1
authorIlia Alshanetsky <iliaa@php.net>
Fri, 25 May 2007 00:05:30 +0000 (00:05 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 25 May 2007 00:05:30 +0000 (00:05 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index cc655c59ad816ffb80e281059a68631846a65d77..a96c14e2477731f86fcc7c2abac1c628824fee60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 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)
 - Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)
index dd72f74e5c9d04501cde369c03a38f4481fd39e3..5eab630a4e21a99fc4adfa1a2159f0bfe038889a 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=3
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index b503f86583b8dd4260eb5ceec89a854d240fbe3b..4ba79a9a59f67cb374c1f6d490cf74d5eac3f7aa 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 "-dev"
-#define PHP_VERSION "5.2.3-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.3RC1"
 #define PHP_VERSION_ID 50203