diff options
author | Stanislav Malyshev <stas@php.net> | 2014-04-01 22:43:49 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-04-01 22:43:49 -0700 |
commit | 4c29cabfe08c85e371e8a20a5333e950c0c890a0 (patch) | |
tree | 27fd323aef8332e76830f6bc5c87d440f5396374 /main/php_version.h | |
parent | 67290f51e50ab0997377e86a3ea9ee9b9fe96921 (diff) | |
download | php-git-PHP-5.4.27.tar.gz |
5.4.27php-5.4.27PHP-5.4.27
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 970133c8f7..79bb9cbfc5 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 27 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.4.27RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.4.27" #define PHP_VERSION_ID 50427 |