diff options
author | Sebastian Bergmann <sebastian@php.net> | 2001-08-30 15:33:43 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2001-08-30 15:33:43 +0000 |
commit | 452c41ec9ea1d21db0bd77055969599670c97ae3 (patch) | |
tree | 581dc6d84bdc174262359d56a908548bd415e23e /configure.in | |
parent | 560606d210ca4ca3ab8815cea6a370179a6f8bc8 (diff) | |
download | php-git-452c41ec9ea1d21db0bd77055969599670c97ae3.tar.gz |
HEAD has been 4.0.8-dev for some time now, so name it accordingly.
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 aee8243cd8..dc1d045896 100644 --- a/configure.in +++ b/configure.in @@ -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.7-dev, nodefine) +AM_INIT_AUTOMAKE(php, 4.0.8-dev, nodefine) PHP_VERSION=$VERSION echo "/* automatically generated by configure */" > php_version.h.new |