diff options
author | Stanislav Malyshev <stas@php.net> | 2013-05-07 22:41:20 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-05-07 22:41:20 -0700 |
commit | 0d53ab04b4d477f98fbaf738ef41c67b5fe7ec1f (patch) | |
tree | c069a0f9fee16eb5511731be58ba5c864bcaf8d2 /main/php_version.h | |
parent | 1d6a1fb5c87bc60fd0def2e2d32a2c4f4ad15fc0 (diff) | |
download | php-git-PHP-5.4.15.tar.gz |
5.4.15php-5.4.15PHP-5.4.15
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 89e26a0e90..750130426c 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 15 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.4.15RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.4.15" #define PHP_VERSION_ID 50415 |