derick Fri Jul 1 06:05:43 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-src configure.in Log: - Back to -dev http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.81.2.4&r2=1.66.2.81.2.5&ty=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.66.2.81.2.4 php-src/main/php_version.h:1.66.2.81.2.5 --- php-src/main/php_version.h:1.66.2.81.2.4 Fri Jul 1 05:54:01 2005 +++ php-src/main/php_version.h Fri Jul 1 06:05:40 2005 @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC2" -#define PHP_VERSION "4.4.0RC2" +#define PHP_EXTRA_VERSION "RC3-dev" +#define PHP_VERSION "4.4.0RC3-dev" http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.6&r2=1.396.2.164.2.7&ty=u Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.164.2.6 php-src/configure.in:1.396.2.164.2.7 --- php-src/configure.in:1.396.2.164.2.6 Fri Jul 1 05:53:57 2005 +++ php-src/configure.in Fri Jul 1 06:05:42 2005 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.164.2.6 2005/07/01 09:53:57 derick Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.164.2.7 2005/07/01 10:05:42 derick Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -41,7 +41,7 @@ MAJOR_VERSION=4 MINOR_VERSION=4 RELEASE_VERSION=0 -EXTRA_VERSION="RC2" +EXTRA_VERSION="RC3-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php