From: Andi Gutmans Date: Sat, 20 Dec 2003 21:27:49 +0000 (+0000) Subject: - Make the world a better place. X-Git-Tag: php-5.0.0b3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d53caa9618d1c009a16f34964d5f0bb2d07a907e;p=php - Make the world a better place. - Will roll b3 tomorrow. --- diff --git a/configure.in b/configure.in index c47a03bac2..40fd385098 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="b3RC2" +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 de2deb5241..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 "b3RC2" -#define PHP_VERSION "5.0.0b3RC2" +#define PHP_EXTRA_VERSION "b3-dev" +#define PHP_VERSION "5.0.0b3-dev"