andi            Thu Feb 12 11:27:00 2004 EDT

  Modified files:              
    /php-src    configure.in NEWS 
    /php-src/main       php_version.h 
  Log:
  - We are RC1-dev now
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.494&r2=1.495&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.494 php-src/configure.in:1.495
--- php-src/configure.in:1.494  Thu Feb 12 10:59:14 2004
+++ php-src/configure.in        Thu Feb 12 11:26:58 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.494 2004/02/12 15:59:14 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.495 2004/02/12 16:26:58 andi Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="b4"
+EXTRA_VERSION="RC1-dev"
 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.1605&r2=1.1606&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1605 php-src/NEWS:1.1606
--- php-src/NEWS:1.1605 Thu Feb 12 09:34:25 2004
+++ php-src/NEWS        Thu Feb 12 11:26:58 2004
@@ -1,5 +1,7 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2004, PHP 5 Release Candidate 1
+
 12 Feb 2004, PHP 5 Beta 4
 - Changed exceptions so that they must now inherit from the built-in Exception
   class. This allows for a general catch(Exception $e) statement to catch all
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.81&r2=1.82&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.81 php-src/main/php_version.h:1.82
--- php-src/main/php_version.h:1.81     Thu Feb 12 10:59:18 2004
+++ php-src/main/php_version.h  Thu Feb 12 11:26:59 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "b4"
-#define PHP_VERSION "5.0.0b4"
+#define PHP_EXTRA_VERSION "RC1-dev"
+#define PHP_VERSION "5.0.0RC1-dev"

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

Reply via email to