]> granicus.if.org Git - php/commitdiff
RC4 is a go
authorIlia Alshanetsky <iliaa@php.net>
Mon, 18 Aug 2003 12:27:01 +0000 (12:27 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 18 Aug 2003 12:27:01 +0000 (12:27 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 27f3544cfd282e4a77b75bed50daa16b2aa4e0f8..f96ac02d9eea9804de4882a303f5d2a52d0e9dcd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-14 Aug 2003, Version 4.3.3RC4
+18 Aug 2003, Version 4.3.3RC4
 - Fixed bug #25093 (ext/pgsql: Various leaks due to non-freed queries). (Ilia)
 - Fixed bug #25084 (ext/session: Fixed session.referer_check to be independent
   on register_globals). (Ilia)
index 4ee6238d4f4b6bb1d231400f3a94b368d6f6b9b5..5c093280edd3f15722a018c4cd05a2f20a0308dd 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=3
-EXTRA_VERSION="RC4-dev"
+EXTRA_VERSION="RC4"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 2a192f3a4dd1eb46de9eff3b3a9e34db0f656ee8..3aad10b3d6e94ba38da385d5d7080b07372afe1c 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "4.3.3RC4-dev"
+#define PHP_EXTRA_VERSION "RC4"
+#define PHP_VERSION "4.3.3RC4"