diff options
author | Ferenc Kovacs <tyra3l@gmail.com> | 2017-01-19 01:17:47 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2017-01-19 01:17:47 +0100 |
commit | 195427c55481d9913ac9dd3fbcedf2f7c637e6de (patch) | |
tree | 1f6a3c833a9d35a081e3d77503fb91952c99a270 /main/php_version.h | |
parent | 2ba4d0a04201bb6217f90036c9abac6052f01aba (diff) | |
download | php-git-PHP-5.6.30.tar.gz |
5.6.30php-5.6.30PHP-5.6.30
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 1c180c3169..fba7b0d4a8 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 6 #define PHP_RELEASE_VERSION 30 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.6.30RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.6.30" #define PHP_VERSION_ID 50630 |