From: Zeev Suraski Date: Mon, 21 Feb 2000 16:34:50 +0000 (+0000) Subject: Prepare a package X-Git-Tag: php-4.0b4pl1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a763da63ada096f041abfbeb9b243fa546c12f08;p=php Prepare a package --- diff --git a/configure.in b/configure.in index b5c7d1c45d..a244ba43cf 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.0b5-dev) +AM_INIT_AUTOMAKE(php, 4.0b4pl1) 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 001b79478d..cbcbda1062 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.0b5-dev" +#define PHP_VERSION "4.0b4pl1"