diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | main/php_version.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +?? ?? ????, Version 4.0 Beta 4 + + November 16 1999, Version 4.0 Beta 3 - Added substr_replace() function. (Andrei) - ucfirst()/ucwords() no longer modify arg1. (Thies) diff --git a/main/php_version.h b/main/php_version.h index 651fe3bbd7..abcfe084c4 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.0b3" +#define PHP_VERSION "4.0b4-dev" |