]> granicus.if.org Git - php/commitdiff
Back to dev
authorIlia Alshanetsky <iliaa@php.net>
Thu, 4 Jan 2007 23:55:56 +0000 (23:55 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 4 Jan 2007 23:55:56 +0000 (23:55 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index f9bd970e7b905159a201ac87ac69c7bf6a45fa31..16d3638af2f1a633d8c009defc6a7c7cbb9fa703 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Jan 2007, PHP 5.2.1RC3
+
 04 Jan 2007, PHP 5.2.1RC2
 - Small optimization of the date() function (Matt,Ilia)
 - Removed dependency from SHELL32.DLL. (Dmitry)
index e36b50e8febb3dacf10b478058fbcdef76fd1aad..58104ec816163e540980a0041da991b1c383b317 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"
+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 3ede56ec2a631685ccc73bfdc6990dc1d483b5fc..adccbd17c12e0d9e5c000301ebabd822986ee35f 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"
-#define PHP_VERSION "5.2.1RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.2.1RC3-dev"
 #define PHP_VERSION_ID 50201