diff options
author | Zeev Suraski <zeev@php.net> | 2002-03-14 13:27:43 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2002-03-14 13:27:43 +0000 |
commit | 075dc0ccc65ffb3ff7293290f4f8df4f3fcd433a (patch) | |
tree | 7f6e497b90ec78f680a8b5bf250b56d00fbb80d2 /main/php_version.h | |
parent | bfa2653b617ede7e43212b460d0e7da9a8ed348b (diff) | |
download | php-git-075dc0ccc65ffb3ff7293290f4f8df4f3fcd433a.tar.gz |
Fix version number
Diffstat (limited to 'main/php_version.h')
-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" |