derick          Mon Jun 13 10:23:35 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  - Go with 4.4.0RC1.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.4&r2=1.1247.2.920.2.5&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.4 php-src/NEWS:1.1247.2.920.2.5
--- php-src/NEWS:1.1247.2.920.2.4       Tue Jun  7 05:57:44 2005
+++ php-src/NEWS        Mon Jun 13 10:23:33 2005
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2005, Version 4.4.0
+13 Jun 2005, Version 4.4.0 RC1
 - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)
 - Added support for .cc files in extensions. (Brian)
 - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.3&r2=1.396.2.164.2.4&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.3 
php-src/configure.in:1.396.2.164.2.4
--- php-src/configure.in:1.396.2.164.2.3        Tue Jun  7 13:23:12 2005
+++ php-src/configure.in        Mon Jun 13 10:23:34 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.3 2005/06/07 17:23:12 sniper Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.4 2005/06/13 14:23:34 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=0
-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/diff.php/php-src/main/php_version.h?r1=1.66.2.81.2.1&r2=1.66.2.81.2.2&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.1 
php-src/main/php_version.h:1.66.2.81.2.2
--- php-src/main/php_version.h:1.66.2.81.2.1    Mon Jun  6 05:23:58 2005
+++ php-src/main/php_version.h  Mon Jun 13 10:23:34 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.4.0-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.4.0RC1"

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

Reply via email to