diff options
author | Stanislav Malyshev <stas@php.net> | 2012-08-14 21:26:05 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-08-14 21:26:05 -0700 |
commit | 3548b2e2c5bbe361c3c95a4df563e81f33da4b7e (patch) | |
tree | c0becfe43eb70d7f5974aac2a9892e699fe595fd /main/php_version.h | |
parent | 1fc35147349d06983a3bf49af0f91f3077dc1512 (diff) | |
download | php-git-PHP-5.4.6.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 06a924ec3a..8fd49ecf72 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 6 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.4.6RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.4.6" #define PHP_VERSION_ID 50405 |