Go B4, go!

This commit is contained in:
Zeev Suraski 2000-02-20 21:30:33 +00:00
parent c764f2e3ab
commit 021836efcb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in.in to change version number */
#define PHP_VERSION "4.0b4-rc1"
#define PHP_VERSION "4.0b4"