diff options
| author | Stanislav Malyshev <stas@php.net> | 2011-12-08 07:15:44 +0000 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2011-12-08 07:15:44 +0000 |
| commit | 00f2a9b2ba29ec03b04428ce3faaddf7c4537cca (patch) | |
| tree | 0df899565f2c2da0715bb16bab42745dce01be52 /main/php_version.h | |
| parent | 287e1917cff52557e5b449be9e40ea9496a083de (diff) | |
| download | php-git-00f2a9b2ba29ec03b04428ce3faaddf7c4537cca.tar.gz | |
5.4.0rc3
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 a549629e93..76d25712b7 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC3-dev" -#define PHP_VERSION "5.4.0RC3-dev" +#define PHP_EXTRA_VERSION "RC3" +#define PHP_VERSION "5.4.0RC3" #define PHP_VERSION_ID 50400 |
