From: foobar Date: Thu, 30 Oct 2003 15:14:31 +0000 (+0000) Subject: Next is beta3.. X-Git-Tag: php-5.0.0b3RC1~829 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e0da5e74192eb58861fa607318705d7baa45646;p=php Next is beta3.. --- diff --git a/NEWS b/NEWS index 5472e96a9e..1dc37161dc 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 200?, Version 5.0.0 +?? Oct 2003, PHP 5 Beta 3 30 Oct 2003, PHP 5 Beta 2 - Lots and lots of changes in the Zend Engine 2 since beta 1: diff --git a/configure.in b/configure.in index c01435d2c0..8ec86206d3 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=0 RELEASE_VERSION=0 -EXTRA_VERSION="b2" +EXTRA_VERSION="b3-dev" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index eacfa99b2a..23b4ed6fe5 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "b2" -#define PHP_VERSION "5.0.0b2" +#define PHP_EXTRA_VERSION "b3-dev" +#define PHP_VERSION "5.0.0b3-dev"