Go Beta 2

This commit is contained in:
Zeev Suraski 1999-08-02 19:20:54 +00:00
parent 3cb1eb0471
commit 30569aac45
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ dnl ## Diversion 4 is the last one. Here we generate files and clean up.
divert(1)
dnl ## This is where the version number is changed from now on!
AM_INIT_AUTOMAKE(php, 4.0b2-dev)
AM_INIT_AUTOMAKE(php, 4.0B2-1)
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.0b2-dev"
#define PHP_VERSION "4.0B2-1"