diff options
author | Ferenc Kovacs <tyrael@php.net> | 2015-11-25 21:28:38 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2015-11-25 21:28:38 +0100 |
commit | cb80afc366df74ec7ab701a853407a69cc148f5d (patch) | |
tree | 5d0a771accbad494ea18a8cc4c6c6f0718e5979a /main/php_version.h | |
parent | bc7530bb5f4da5408579fb15625acabc85303e5f (diff) | |
download | php-git-PHP-5.6.16.tar.gz |
prepare for 5.6.16php-5.6.16PHP-5.6.16
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 63905ff936..f7d8e3f221 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 16 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.6.16RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.6.16" #define PHP_VERSION_ID 50616 |