diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-19 22:45:49 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-19 22:45:49 +0000 |
commit | 43819ff6b29f41e2bca9ae0c3f32b8fcda06b221 (patch) | |
tree | ec2d9949040f5275b8f90f914b8f6c88c4941630 | |
parent | bf25d1cec9af0ec5bd751d3d5843c7d107478ab1 (diff) | |
download | php-git-43819ff6b29f41e2bca9ae0c3f32b8fcda06b221.tar.gz |
*** empty log message ***
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |