From: Zeev Suraski Date: Sat, 19 Feb 2000 22:45:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.0b4_rc1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43819ff6b29f41e2bca9ae0c3f32b8fcda06b221;p=php *** empty log message *** --- diff --git a/configure.in b/configure.in index e9c308962b..b798094756 100644 --- a/configure.in +++ b/configure.in @@ -52,11 +52,11 @@ 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-dev) +AM_INIT_AUTOMAKE(php, 4.0b4-rc1) PHP_VERSION=$VERSION echo "/* automatically generated by configure */" > php_version.h.new -echo "/* edit configure.in.in to change version number */" >> php_version.h.new +echo "/* edit configure.in to change version number */" >> php_version.h.new echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new cmp php_version.h.new php_version.h >/dev/null 2>&1 if test $? -ne 0 ; then