diff options
author | Derick Rethans <derick@php.net> | 2002-02-27 11:30:48 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-02-27 11:30:48 +0000 |
commit | a44b57424b72b4397b7a5bd55ce375875f21e992 (patch) | |
tree | 13fc1a149172e13f96c9addc54b37ac3c53ca392 | |
parent | 5921ac0de3b09417436fd430c3570e78d3c3a097 (diff) | |
download | php-git-a44b57424b72b4397b7a5bd55ce375875f21e992.tar.gz |
- Oops... wishful thinking here :)
-rw-r--r-- | main/php_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_version.h b/main/php_version.h index acab3c3e30..3d72e9a156 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.3.0-dev" +#define PHP_VERSION "4.2.1-dev" |