diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-10-20 01:51:07 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-10-20 01:51:07 +0000 |
commit | f85d9885d3b30d901d90808ecf3ed7984ea2c36d (patch) | |
tree | f7f82601b35db91b14d0caf7a99261115d99bada /main/php_version.h | |
parent | 0cf7b1012f2c9c2a574d75af23b317e2e94a2b14 (diff) | |
download | php-git-f85d9885d3b30d901d90808ecf3ed7984ea2c36d.tar.gz |
5.2.0RC6
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h index d7e9cbca94..a53e66d754 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC6-dev" -#define PHP_VERSION "5.2.0RC6-dev" +#define PHP_EXTRA_VERSION "RC6" +#define PHP_VERSION "5.2.0RC6" #define PHP_VERSION_ID 50200 |