From: Zeev Suraski Date: Tue, 29 Aug 2000 15:49:44 +0000 (+0000) Subject: Go 4.0.2 X-Git-Tag: php-4.0.2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a10285392d97ed43755e9f5bca8b4242dd40ac6;p=php Go 4.0.2 --- diff --git a/configure.in b/configure.in index 78ef857f85..cb6ac8cfcf 100644 --- a/configure.in +++ b/configure.in @@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories. dnl ## Diversion 5 is the last one. Here we generate files and clean up. dnl ## This is where the version number is changed from now on! -AM_INIT_AUTOMAKE(php, 4.0.2-dev) +AM_INIT_AUTOMAKE(php, 4.0.2) 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 b31f9150e7..160f5ff330 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ -#define PHP_VERSION "4.0.2-dev" +#define PHP_VERSION "4.0.2"