From: Zeev Suraski Date: Sun, 20 Feb 2000 21:30:33 +0000 (+0000) Subject: Go B4, go! X-Git-Tag: php-4.0b4~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=021836efcb0c9fac6062d72302060f72aa975ce4;p=php Go B4, go! --- diff --git a/configure.in b/configure.in index b798094756..3cf6de431f 100644 --- a/configure.in +++ b/configure.in @@ -52,7 +52,7 @@ divert(2) PHP_CONFIGURE_PART(Running system checks) dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0b4-rc1) +AM_INIT_AUTOMAKE(php, 4.0b4) PHP_VERSION=$VERSION echo "/* automatically generated by configure */" > php_version.h.new diff --git a/main/php_version.h b/main/php_version.h index 31d26aba49..374bb14f25 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in.in to change version number */ -#define PHP_VERSION "4.0b4-rc1" +#define PHP_VERSION "4.0b4"