]> granicus.if.org Git - php/commitdiff
back to dev
authorIlia Alshanetsky <iliaa@php.net>
Mon, 24 Jul 2006 18:53:01 +0000 (18:53 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 24 Jul 2006 18:53:01 +0000 (18:53 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index c6613be874e666964106ef7feb0e1e369c574bcb..b1dff832b815f8c7409ae33450582c9fc2edb3eb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? Aug 2006, PHP 5.2.0RC2
+
 24 Jul 2006, PHP 5.2.0RC1
 - Updated bundled MySQL client library to version 5.0.22 in the Windows
   distribution. (Edin)
index 207b724f1a0d99b776ac968856fb5def478ce73f..9d9d0d45de1cbe0420479305582dc445ca5ae625 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 63400b649be734e593803f0c340d7a6f4806feeb..f1d078a3d54cac4d724903defa79afc53120e073 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 "RC1"
-#define PHP_VERSION "5.2.0RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.0RC2-dev"