]> granicus.if.org Git - php/commitdiff
- Go with 4.4.3RC1
authorDerick Rethans <derick@php.net>
Sun, 21 May 2006 17:24:52 +0000 (17:24 +0000)
committerDerick Rethans <derick@php.net>
Sun, 21 May 2006 17:24:52 +0000 (17:24 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 027ee411e71cd849b1d0ded5f942c57439cbc716..b58f5fb3a0286687724573770ee3610fd5fca18e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2006, Version 4.4.3
+21 May 2006, Version 4.4.3RC1
 - Added control character checks for cURL extension's open_basedir/safe_mode
   checks. (Ilia)
 - Fixed a possible buffer overflow inside create_named_pipe() for Win32 systems
index 6c5cc8f65a27948adc7fd84d92b33f1e1bef7713..a7303792cedd1ffe9506ce9ee9a6a48051f2cc78 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=3
-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 57aa7f3c3f4025317788a3e4fb16c4fa1f884128..d4bdf3a7fe9dcad6bb2fd38481d6aafeedfb9b2d 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.4.3-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.4.3RC1"