iliaa           Thu Mar  9 14:12:15 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  5.1.3RC1
  
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.449&r2=1.2027.2.450&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.449 php-src/NEWS:1.2027.2.450
--- php-src/NEWS:1.2027.2.449   Wed Mar  8 22:00:21 2006
+++ php-src/NEWS        Thu Mar  9 14:12:15 2006
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2006, PHP 5.1.3
+09 Mar 2006, PHP 5.1.3RC1
 - Updated PCRE to version 6.6. (Andrei)
 - Moved extensions to PECL:
   . ext/msession (Derick)
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.38&r2=1.579.2.39&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.38 php-src/configure.in:1.579.2.39
--- php-src/configure.in:1.579.2.38     Sun Mar  5 18:57:53 2006
+++ php-src/configure.in        Thu Mar  9 14:12:15 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.38 2006/03/05 18:57:53 derick Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.39 2006/03/09 14:12:15 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=3
-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/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.25&r2=1.112.2.26&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.25 
php-src/main/php_version.h:1.112.2.26
--- php-src/main/php_version.h:1.112.2.25       Thu Jan 12 15:24:10 2006
+++ php-src/main/php_version.h  Thu Mar  9 14:12:15 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.1.3-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.1.3RC1"

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

Reply via email to