]> granicus.if.org Git - php/commitdiff
- Go with RC1.
authorDerick Rethans <derick@php.net>
Sat, 12 Aug 2006 15:46:04 +0000 (15:46 +0000)
committerDerick Rethans <derick@php.net>
Sat, 12 Aug 2006 15:46:04 +0000 (15:46 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 14da84c02dd66bf0976fdff951c66b67fc722c1b..9d768225d349d659bacc74c9cf229113abe661b8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2006, Version 4.4.4
+12 Aug 2006, Version 4.4.4RC1
 - Fixed memory_limit on 64bit systems. (Stefan E.)
 - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
 - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
index 2a1a3724f4efacae48d4cac9fe1b72ca41f79aa4..aee1bc38d0669ac1ab2059fe8a01af7fc195e681 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=4
-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 cec22b1548b5e86d49e5cdc4c432c3145615ad11..c5bb034e15fbfbe3d3e31c62712164e94360d609 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.4.4-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.4.4RC1"