andi            Wed Feb 11 06:53:45 2004 EDT

  Modified files:              
    /php-src    configure.in 
    /php-src/main       php_version.h 
  Log:
  - Change to b4
  
  
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.490&r2=1.491&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.490 php-src/configure.in:1.491
--- php-src/configure.in:1.490  Sat Jan 17 07:59:11 2004
+++ php-src/configure.in        Wed Feb 11 06:53:44 2004
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.490 2004/01/17 12:59:11 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.491 2004/02/11 11:53:44 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="RC1-dev"
+EXTRA_VERSION="b4-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/main/php_version.h?r1=1.78&r2=1.79&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.78 php-src/main/php_version.h:1.79
--- php-src/main/php_version.h:1.78     Sun Dec 21 13:57:58 2003
+++ php-src/main/php_version.h  Wed Feb 11 06:53:45 2004
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC1-dev"
-#define PHP_VERSION "5.0.0RC1-dev"
+#define PHP_EXTRA_VERSION "b4-dev"
+#define PHP_VERSION "5.0.0b4-dev"

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

Reply via email to