diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-01-19 00:03:21 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-01-19 00:03:21 +0000 |
commit | cbd3a641363a17dc8897e70e80c4829ae660e921 (patch) | |
tree | 07d05b579e5276f370a154b015bad4aac631a40f /main/php_version.h | |
parent | ef3fcf2894fec54d94e106542feda13666cb3595 (diff) | |
download | php-git-cbd3a641363a17dc8897e70e80c4829ae660e921.tar.gz |
5.2.1RC3
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 adccbd17c1..e3bdc88e29 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 "RC3-dev" -#define PHP_VERSION "5.2.1RC3-dev" +#define PHP_EXTRA_VERSION "RC3" +#define PHP_VERSION "5.2.1RC3" #define PHP_VERSION_ID 50201 |