derick          Fri Nov 18 05:30:46 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  - Go with 4.4.2RC1.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.80&r2=1.1247.2.920.2.81&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.80 php-src/NEWS:1.1247.2.920.2.81
--- php-src/NEWS:1.1247.2.920.2.80      Thu Nov 17 16:01:13 2005
+++ php-src/NEWS        Fri Nov 18 05:30:37 2005
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2006, Version 4.4.2
+18 Nov 2005, Version 4.4.2RC1
 - Resolve Apache 2 regression with sub-request handling on non-linux systems.
   (Ilia, Tony)
 - Backport missing imap_mailcompose fixes from 5.X. (Ilia)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.14&r2=1.396.2.164.2.15&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.14 
php-src/configure.in:1.396.2.164.2.15
--- php-src/configure.in:1.396.2.164.2.14       Sun Oct 30 05:55:21 2005
+++ php-src/configure.in        Fri Nov 18 05:30:40 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.14 2005/10/30 10:55:21 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.15 2005/11/18 10:30:40 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=2
-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.11&r2=1.66.2.81.2.12&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.11 
php-src/main/php_version.h:1.66.2.81.2.12
--- php-src/main/php_version.h:1.66.2.81.2.11   Sun Oct 30 05:55:23 2005
+++ php-src/main/php_version.h  Fri Nov 18 05:30:45 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 2
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.4.2-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.4.2RC1"

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

Reply via email to