Browse Source

HEAD has been 4.0.8-dev for some time now, so name it accordingly.

experimental/apache_hooks
Sebastian Bergmann 25 years ago
parent
commit
452c41ec9e
  1. 2
      configure.in
  2. 2
      main/php_version.h

2
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

2
main/php_version.h

@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_VERSION "4.0.7-dev"
#define PHP_VERSION "4.0.8-dev"
Loading…
Cancel
Save