]> granicus.if.org Git - php/commitdiff
- 4.4.5rc1
authorDerick Rethans <derick@php.net>
Fri, 5 Jan 2007 08:54:57 +0000 (08:54 +0000)
committerDerick Rethans <derick@php.net>
Fri, 5 Jan 2007 08:54:57 +0000 (08:54 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 61d12d705818052c60bf08cb6e1143b3c313d4a1..feca5f26f33104a6fd5a429200b7b773cfbd2f2a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2006, Version 4.4.5
+04 Jan 2007, Version 4.4.5RC1
 - Added a meta tag to phpinfo() output to prevent search engines from 
   indexing the page. (Ilia)
 - Updated PCRE to version 6.7. (Ilia)
index adcb09fb1f35d28f6912f21bc990952808d5d49f..604e20be493d0d1b4f59d0992e7360417acf83bf 100644 (file)
@@ -38,7 +38,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=5
-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 70504d147b8ec40e697cac5de37299e20d835ebb..93f0d903932e04b372db4591456ef16edca4a5a7 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.4.5-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.4.5RC1"