]> granicus.if.org Git - php/commitdiff
PHP 5.2.0RC4
authorIlia Alshanetsky <iliaa@php.net>
Thu, 14 Sep 2006 17:49:12 +0000 (17:49 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 14 Sep 2006 17:49:12 +0000 (17:49 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 1009ed30210ac4d83ec75528d0edd094b80c1fe7..64045b2cc638ad70c4cd6b79d3e3b665e86a3511 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 'PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Sep 2006, PHP 5.2.0RC4
+14 Sep 2006, PHP 5.2.0RC4
 - Added DSA key generation support to openssl_pkey_new(), FR #38731
   (marci at balabit dot hu, Tony)
 - Removed current working directory from the php.ini search path for CLI and
index 4507fea39fa30b5a7d0000b7f074fc188600efc1..760e64da39a4254ee11be1fa7c6cf0f54306ba9c 100644 (file)
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=2
 RELEASE_VERSION=0
-EXTRA_VERSION="RC4-dev"
+EXTRA_VERSION="RC4"
 PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
 
index 2a168c6aeaccbb3bccf6eb3d87d83289aae5f7a8..09c1b133750bf5e35f090a579c8007d98c003431 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 2
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.2.0RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "5.2.0RC4"
 #define PHP_VERSION_ID 50200