]> granicus.if.org Git - php/commitdiff
5.2.1RC1
authorIlia Alshanetsky <iliaa@php.net>
Fri, 15 Dec 2006 01:21:36 +0000 (01:21 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 15 Dec 2006 01:21:36 +0000 (01:21 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 91ce7c54405cddf73fe3b058543ff13a3adb1976..3bd9f4608a608e3d01f3f4fc19bb34ce42535633 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2007, PHP 5.2.1
+14 Dec 2006, PHP 5.2.1RC1
 - Added a meta tag to phpinfo() output to prevent search engines from indexing 
   the page. (Ilia)
 - Added new function, sys_get_temp_dir(). (Hartmut)
index 74fc8804fd868b7010ba33e233772617eb0ffbc5..c0cf9f3119839f80d5cb8e1487a2cbcc4c42f1a6 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=1
-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 9534e01c4c1f5c45aec84a2b8ab5830a621bd91c..69ed0f4799914ae7412d5d49c08599928c267eb6 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 "-dev"
-#define PHP_VERSION "5.2.1-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.1RC1"
 #define PHP_VERSION_ID 50201