]> granicus.if.org Git - php/commitdiff
5.2.0RC1
authorIlia Alshanetsky <iliaa@php.net>
Mon, 24 Jul 2006 18:51:31 +0000 (18:51 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 24 Jul 2006 18:51:31 +0000 (18:51 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 2507e72623675bf891c0ca89cdf029ca9a223090..c6613be874e666964106ef7feb0e1e369c574bcb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2006, PHP 5.2.0
+24 Jul 2006, PHP 5.2.0RC1
 - Updated bundled MySQL client library to version 5.0.22 in the Windows
   distribution. (Edin)
 - Updated timezonedb to version 2006.7. (Derick)
index 0dcaee6dc8984d3d6b927530c130524c55cdb3f0..207b724f1a0d99b776ac968856fb5def478ce73f 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 40c21ea777a97c361d49661a5f55817c0ebac2df..63400b649be734e593803f0c340d7a6f4806feeb 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.2.0-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.0RC1"