]> granicus.if.org Git - php/commitdiff
Prepare for 4.3.6RC1.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 1 Apr 2004 20:51:34 +0000 (20:51 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 1 Apr 2004 20:51:34 +0000 (20:51 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 8525709ef7742e5c8c29042b151758fff51cb893..759bef2c325e022dc72701b6c168d25c6f31f011 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2004, Version 4.3.6
+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).
index 301aa91bf86bd39c2d05d2c91a82b3d33f356a12..9a101599dcce2a566ed0efca81d6550edaec62b6 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=6
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index e2779e5ddcf066988d8374d7ef978c3f7036e53a..5a1ceef5039bc04342972a036ff684e3d56a0147 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 "-dev"
-#define PHP_VERSION "4.3.6-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.3.6RC1"