]> granicus.if.org Git - php/commitdiff
4.3.9RC2
authorIlia Alshanetsky <iliaa@php.net>
Tue, 31 Aug 2004 14:05:30 +0000 (14:05 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 31 Aug 2004 14:05:30 +0000 (14:05 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 22489896eb2d873a69a3d99e49d5af65cb43cf93..07ea0cbb22cfda19b3a4e65dda02083629757635 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2004, Version 4.3.9
+31 Aug 2004, Version 4.3.9RC2
 - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory
   exhaustion. (Andrei)
 - Fixed bug with raw_post_data not getting set (Brian)
index 08afdc2e347b8811e684655430091c5aad449299..6931d877f69589a07bc26fa8e925a7d72de0f7f2 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=9
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 48a8c2bca7564092c9d0fc6a010f1116b075e6f4..72fc3a07d2976ad22f6173ac627dd8a187272776 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 9
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.3.9RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "4.3.9RC2"