diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2006-10-05 19:49:03 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2006-10-05 19:49:03 +0000 |
commit | 9ebb3f127e51a534eaf3b96a4a320dc9dcceaf7c (patch) | |
tree | 344f8e988a50d70d6499d9fd5165cfd373a55070 /main/php_version.h | |
parent | e779c3aa3635f7e3ea15f13cb4320830c68bed4d (diff) | |
download | php-git-9ebb3f127e51a534eaf3b96a4a320dc9dcceaf7c.tar.gz |
5.2.0RC5
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 294241f63f..ede5ca30df 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 "RC5-dev" -#define PHP_VERSION "5.2.0RC5-dev" +#define PHP_EXTRA_VERSION "RC5" +#define PHP_VERSION "5.2.0RC5" #define PHP_VERSION_ID 50200 |