diff options
author | Zeev Suraski <zeev@php.net> | 1999-09-03 08:26:13 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-09-03 08:26:13 +0000 |
commit | ee565243240cd1c2c6e83eab1dfb618a64e33900 (patch) | |
tree | 880b3a2e46998edb66804510dfefb52be483446f | |
parent | 276c876171161a196ed97c6d1fa37b6880da9315 (diff) | |
download | php-git-ee565243240cd1c2c6e83eab1dfb618a64e33900.tar.gz |
Version update
-rw-r--r-- | configure.in.in | 2 | ||||
-rw-r--r-- | main/php_version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.in b/configure.in.in index 83571d16c7..8388f4ff6d 100644 --- a/configure.in.in +++ b/configure.in.in @@ -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) +AM_INIT_AUTOMAKE(php, 4.0B3-dev) PHP_VERSION=$VERSION echo "/* automatically generated by configure */" > php_version.h.new diff --git a/main/php_version.h b/main/php_version.h index 712fd69b21..689fd183ba 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in.in to change version number */ -#define PHP_VERSION "4.0B2" +#define PHP_VERSION "4.0B3-dev" |