andi Wed Dec 17 15:20:35 2003 EDT Modified files: /php-src configure.in /php-src/main php_version.h Log: Roll RC1 of B3 Index: php-src/configure.in diff -u php-src/configure.in:1.483 php-src/configure.in:1.484 --- php-src/configure.in:1.483 Thu Dec 4 10:57:55 2003 +++ php-src/configure.in Wed Dec 17 15:20:33 2003 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.483 2003/12/04 15:57:55 sniper Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.484 2003/12/17 20:20:33 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="b3-dev" +EXTRA_VERSION="b3RC1" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.72 php-src/main/php_version.h:1.73 --- php-src/main/php_version.h:1.72 Thu Oct 30 10:14:31 2003 +++ php-src/main/php_version.h Wed Dec 17 15:20:34 2003 @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "b3-dev" -#define PHP_VERSION "5.0.0b3-dev" +#define PHP_EXTRA_VERSION "b3RC1" +#define PHP_VERSION "5.0.0b3RC1"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php