diff options
author | Ferenc Kovacs <tyra3l@gmail.com> | 2016-08-18 13:07:46 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyra3l@gmail.com> | 2016-08-18 13:07:46 +0200 |
commit | e37064dae4a80c70405899bb591969bbe6aad9a8 (patch) | |
tree | 3b2ed98b23d6e9645ebb02b4b20ff860573607ef /main/php_version.h | |
parent | 4eb3ecbccf6cb4194fec9c5b9c2ef2b5e12ae050 (diff) | |
download | php-git-PHP-5.6.25.tar.gz |
5.6.25php-5.6.25PHP-5.6.25
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 69097ea37d..a5f2b1a9ed 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 25 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.6.25RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.6.25" #define PHP_VERSION_ID 50625 |