diff options
author | Stanislav Malyshev <stas@php.net> | 2012-09-11 23:26:14 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-09-11 23:26:14 -0700 |
commit | 27b47d76856be7998417f67895f44918278e35de (patch) | |
tree | 28173cf1f0bfa25da7f0b3d4c1d9aaa96aeebfe7 /main/php_version.h | |
parent | d1b8eeb2d8dda8bc2697d0dcea9c129f6fc77b9a (diff) | |
download | php-git-PHP-5.4.7.tar.gz |
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 0bc1dcbcf9..30c2a50bee 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 7 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.4.7RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.4.7" #define PHP_VERSION_ID 50407 |