]> granicus.if.org Git - php/commitdiff
5.2.1RC2
authorIlia Alshanetsky <iliaa@php.net>
Thu, 4 Jan 2007 23:52:29 +0000 (23:52 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 4 Jan 2007 23:52:29 +0000 (23:52 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 3380472dbc3a37c72fdc1d00ca36cfe496cff350..f9bd970e7b905159a201ac87ac69c7bf6a45fa31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Dec 2006, PHP 5.2.1RC2
+04 Jan 2007, PHP 5.2.1RC2
 - Small optimization of the date() function (Matt,Ilia)
 - Removed dependency from SHELL32.DLL. (Dmitry)
 - Added function stream_socket_shutdown(). It is a wraper for system shutdown()
index 885beba409cc9d197b10e16d1ce2cf5f664b0ba1..e36b50e8febb3dacf10b478058fbcdef76fd1aad 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index d02a1391c5c1c79e3a0e20ef85fec5a9312126a0..3ede56ec2a631685ccc73bfdc6990dc1d483b5fc 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.1RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.1RC2"
 #define PHP_VERSION_ID 50201