4.0.6 is tagged, HEAD is now 4.0.7-dev

This commit is contained in:
Thies C. Arntzen 2001-05-11 18:03:42 +00:00
parent cd2f057f1a
commit 25003ea668
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories.
dnl ## Diversion 5 is the last one. Here we generate files and clean up.
dnl ## This is where the version number is changed from now on!
AM_INIT_AUTOMAKE(php, 4.0.6-dev, nodefine)
AM_INIT_AUTOMAKE(php, 4.0.7-dev, nodefine)
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 to change version number */
#define PHP_VERSION "4.0.6-dev"
#define PHP_VERSION "4.0.7-dev"