iliaa           Mon Oct 17 16:26:14 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    configure.in NEWS 
    /php-src/main       php_version.h 
  Log:
  5.1.0RC3
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.11&r2=1.579.2.12&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.11 php-src/configure.in:1.579.2.12
--- php-src/configure.in:1.579.2.11     Fri Oct 14 11:30:23 2005
+++ php-src/configure.in        Mon Oct 17 16:26:09 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.11 2005/10/14 15:30:23 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.12 2005/10/17 20:26:09 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=0
-EXTRA_VERSION="RC3-dev"
+EXTRA_VERSION="RC3"
 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/NEWS?r1=1.2027.2.135&r2=1.2027.2.136&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.135 php-src/NEWS:1.2027.2.136
--- php-src/NEWS:1.2027.2.135   Mon Oct 17 11:31:10 2005
+++ php-src/NEWS        Mon Oct 17 16:26:11 2005
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Oct 2005, PHP 5.1 Release Candidate 3
+?? Oct 2005, PHP 5.1 Release Candidate 4
+
+17 Oct 2005, PHP 5.1 Release Candidate 3
 - Fixed bug #34873 (Segmentation Fault on foreach in object). (Dmitry)
 - Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is 
   being used). (Tony, Ilia)
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.7&r2=1.112.2.8&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.7 
php-src/main/php_version.h:1.112.2.8
--- php-src/main/php_version.h:1.112.2.7        Fri Oct 14 11:30:26 2005
+++ php-src/main/php_version.h  Mon Oct 17 16:26:13 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.1.0RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.1.0RC3"

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

Reply via email to