]> granicus.if.org Git - php/commitdiff
- Go with PHP 4.4.1RC1.
authorDerick Rethans <derick@php.net>
Fri, 7 Oct 2005 08:55:35 +0000 (08:55 +0000)
committerDerick Rethans <derick@php.net>
Fri, 7 Oct 2005 08:55:35 +0000 (08:55 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index ccc5f752a28995d2c413dca706b488dfea7c61a8..76e24833cfd6e92e4354f7bd189c806154889604 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2005, Version 4.4.1
+07 Oct 2005, Version 4.4.1RC1
 - Added missing safe_mode checks for image* functions and cURL. (Ilia)
 - Added missing safe_mode/open_basedir checks for file uploads. (Ilia)
 - Fixed possible INI setting leak via virtual() in Apache 2 sapi. (Ilia)
index fd9380fdfcb57ef9d1b9d9f575866c55dc3e9f85..4fb571fe16f32b75f2d8a707229c76453998b938 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=1
-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 faa762ad6a490b1130fa2214746b27aeef3036ba..eb17a504f2c8af70fabfdcea49537a8ec3ad2f5e 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.4.1-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.4.1RC1"