diff options
author | Andrey Hristov <andrey@php.net> | 1999-07-22 15:15:41 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-07-22 15:15:41 +0000 |
commit | 64dae03eea4a5c2bd02bf8ad562584701708867d (patch) | |
tree | c060e9923e32d0b9bbf1fa3e9d967390f9e32d75 /main/php_version.h | |
parent | a5a07063d21bdf11306d4a25678e17f7261c9e27 (diff) | |
download | php-git-64dae03eea4a5c2bd02bf8ad562584701708867d.tar.gz |
-Ported all remaining date() options
-Made array_walk() work somewhat, but it's not
possible to change array values from inside the
walk function yet
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h index ab60bf6f9f..ee69a881fc 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1 @@ -/* automatically generated by configure */ -/* edit configure.in.in to change version number */ -#define PHP_VERSION "4.0b2-dev" +#define PHP_VERSION "4.0B1" |