]> granicus.if.org Git - php/commitdiff
Prepare for 4.3.6RC2
authorIlia Alshanetsky <iliaa@php.net>
Mon, 5 Apr 2004 15:34:37 +0000 (15:34 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 5 Apr 2004 15:34:37 +0000 (15:34 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 278e3fc360b056941de8f86e2275d1982b51290d..bb43b2016eb1f3018f684728f8c2f4366d17b1f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,12 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-01 Apr 2004, Version 4.3.6RC1
-- Synchronized bundled GD library with GD 2.0.22. (Ilia)
+05 Apr 2004, Version 4.3.6RC2
 - Fixed a bug that prevented building of the GD extension against external GD
   lib 1.X. (Ilia, Nick Talbott).
 - Fixed bug #27849 (configure craps out on trivial syntax error). (Derick)
+
+01 Apr 2004, Version 4.3.6RC1
+- Synchronized bundled GD library with GD 2.0.22. (Ilia)
 - Fixed bug #27822 (is_resource() returns TRUE for closed resources). (Derick)
 - Fixed bug #27819 (problems returning reference to a reference parameter).
   (Ilia)
index 02be88801e819154381a24432a361c248feb51ef..e48643871b8d87d864f1838e07e1ae5a4584a685 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=6
-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 7f15eaca416eb22f286a43d6125e28a85130a522..0977ee1d1d175c9a59893dd4bde7cb7067784a96 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.3.6RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "4.3.6RC2"