andi Thu Feb 12 10:59:19 2004 EDT Modified files: /php-src configure.in /php-src/main php_version.h Log: - Roll Beta 4 http://cvs.php.net/diff.php/php-src/configure.in?r1=1.493&r2=1.494&ty=u Index: php-src/configure.in diff -u php-src/configure.in:1.493 php-src/configure.in:1.494 --- php-src/configure.in:1.493 Thu Feb 12 06:47:53 2004 +++ php-src/configure.in Thu Feb 12 10:59:14 2004 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.493 2004/02/12 11:47:53 zeev Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.494 2004/02/12 15:59:14 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="b4RC1" +EXTRA_VERSION="b4" 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.80&r2=1.81&ty=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.80 php-src/main/php_version.h:1.81 --- php-src/main/php_version.h:1.80 Thu Feb 12 03:46:00 2004 +++ php-src/main/php_version.h Thu Feb 12 10:59:18 2004 @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "b4RC1" -#define PHP_VERSION "5.0.0b4RC1" +#define PHP_EXTRA_VERSION "b4" +#define PHP_VERSION "5.0.0b4"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php