diff options
author | Stanislav Malyshev <stas@php.net> | 2014-07-22 17:59:30 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-07-22 17:59:30 -0700 |
commit | 2f779e7d1452b9d44dfbc4d5e03f50e92003f840 (patch) | |
tree | 5e11d4ab7f22e312e213b03e6483e2bb43f02c51 /main/php_version.h | |
parent | cd901a0407ab8be3a95709f8511ad59bc436438d (diff) | |
download | php-git-PHP-5.4.31.tar.gz |
5.4.31php-5.4.31PHP-5.4.31
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 c323452179..7603271cee 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -4,6 +4,6 @@ #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 31 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.4.31RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.4.31" #define PHP_VERSION_ID 50431 |