derick          Fri Jan  5 08:54:57 2007 UTC

  Modified files:              (Branch: PHP_4_4)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  - 4.4.5rc1
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.180&r2=1.1247.2.920.2.181&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.180 php-src/NEWS:1.1247.2.920.2.181
--- php-src/NEWS:1.1247.2.920.2.180     Fri Dec 29 00:35:25 2006
+++ php-src/NEWS        Fri Jan  5 08:54:57 2007
@@ -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)
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.32&r2=1.396.2.164.2.33&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.32 
php-src/configure.in:1.396.2.164.2.33
--- php-src/configure.in:1.396.2.164.2.32       Mon Dec 25 15:42:35 2006
+++ php-src/configure.in        Fri Jan  5 08:54:57 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.32 2006/12/25 15:42:35 tony2001 Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.33 2007/01/05 08:54:57 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -38,7 +38,7 @@
 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
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.28&r2=1.66.2.81.2.29&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.28 
php-src/main/php_version.h:1.66.2.81.2.29
--- php-src/main/php_version.h:1.66.2.81.2.28   Tue Aug 15 12:23:08 2006
+++ php-src/main/php_version.h  Fri Jan  5 08:54:57 2007
@@ -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"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to