diff options
author | SVN Migration <svn@php.net> | 2003-05-27 17:24:10 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2003-05-27 17:24:10 +0000 |
commit | dc963b2f91ae48faae7edf4609a8c7427dc9317a (patch) | |
tree | 5e9f8f68adf108d8b9a20103f9fcbd1063a70d7c /main/php_version.h | |
parent | 858c75805fe042600327280402a80ca651a9fb90 (diff) | |
download | php-git-php-4.3.2RC4.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_2RC4'.php-4.3.2RC4
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h index 21948517ba..3e6cd9b157 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,6 +2,6 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 3 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "4.3.3-dev" +#define PHP_RELEASE_VERSION 2 +#define PHP_EXTRA_VERSION "RC4" +#define PHP_VERSION "4.3.2RC4" |