]> granicus.if.org Git - php/commitdiff
Go with RC3 release.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 29 Oct 2003 13:18:12 +0000 (13:18 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 29 Oct 2003 13:18:12 +0000 (13:18 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index be5e7d63e1358f042241553d89726e8bbb23d242..b38aab3eec9d315ce69bda76e2fa93b8c7bd8278 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Oct 2003, Version 4.3.4RC3
+29 Oct 2003, Version 4.3.4RC3
 - Fixed bug #25955 (Compile failure on MacOSX 10.3 Panther). (Marko, Dan)
 - Fixed bug #25922 (Crash in error handler when 5th argument is modified). 
   (Ilia)
index de92c4483b46e766caab274f18f4d1406903fdee..f316ba84116917b25c44748051dbfd140c38467b 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=4
-EXTRA_VERSION="RC3-dev"
+EXTRA_VERSION="RC3"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index cf9d5e444995c6f481b5b963c3f9f7941df6598a..f79f160d134fb96290cd47eb5819c6934a4bfb7c 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "4.3.4RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "4.3.4RC3"