diff options
author | Sascha Schumann <sas@php.net> | 2000-12-14 00:07:15 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-12-14 00:07:15 +0000 |
commit | 236b0d086146707b1e496fca4825325d3ad14ec7 (patch) | |
tree | bd1c635726af7d89c3b6347ef233062faeecef66 | |
parent | 1b32827801bb9c76826004a27b8059927785020e (diff) | |
download | php-git-236b0d086146707b1e496fca4825325d3ad14ec7.tar.gz |
Preparing RC6
-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 6aad563512..f18b896632 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.4RC5, nodefine) +AM_INIT_AUTOMAKE(php, 4.0.4RC6, 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 4b8d45cb3b..ea6102a45b 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.4RC5" +#define PHP_VERSION "4.0.4RC6" |