diff options
author | Zeev Suraski <zeev@php.net> | 2001-03-28 13:36:52 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-03-28 13:36:52 +0000 |
commit | 0613e48b8e434f26f00d85cc6530b1b67b1338d5 (patch) | |
tree | 691c5ada3e9d87eb4d7632a73482d6c1283e2619 | |
parent | 8522d300811a0560d88b17e11753e7fd1e082991 (diff) | |
download | php-git-0613e48b8e434f26f00d85cc6530b1b67b1338d5.tar.gz |
RC3
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | main/php_version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f984bb21a6..3a0ca03283 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.5RC2, nodefine) +AM_INIT_AUTOMAKE(php, 4.0.5RC3, nodefine) 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 72ae61e8d4..46c9a130ab 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ -#define PHP_VERSION "4.0.5RC2" +#define PHP_VERSION "4.0.5RC3" |