diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-20 21:30:33 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-20 21:30:33 +0000 |
commit | 021836efcb0c9fac6062d72302060f72aa975ce4 (patch) | |
tree | 6d9036832ddfc9a001c3ffb9c52a7a0d977d373e /configure.in | |
parent | c764f2e3ab364469ab92d481f650084aa9e532e8 (diff) | |
download | php-git-021836efcb0c9fac6062d72302060f72aa975ce4.tar.gz |
Go B4, go!
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |