diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2007-01-04 23:52:29 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2007-01-04 23:52:29 +0000 |
| commit | e6c845cb2c9fadc1168e7d5b08415aed2df7982e (patch) | |
| tree | 82b1bf4a8a1fb7ee17127586cbba63be4a41337f /main | |
| parent | 7ba84b8807eddac346df75fcaea0f6ad3295712c (diff) | |
| download | php-git-e6c845cb2c9fadc1168e7d5b08415aed2df7982e.tar.gz | |
5.2.1RC2
Diffstat (limited to 'main')
| -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 d02a1391c5..3ede56ec2a 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 1 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "5.2.1RC2-dev" +#define PHP_EXTRA_VERSION "RC2" +#define PHP_VERSION "5.2.1RC2" #define PHP_VERSION_ID 50201 |
