diff options
author | Ferenc Kovacs <tyrael@php.net> | 2016-05-26 03:08:57 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2016-05-26 03:08:57 +0200 |
commit | 23bf3f418817f80991071ec413a0f1b97481cb88 (patch) | |
tree | 9b81fcd7513f698f3f9120458d5e4b25b5d763aa /main/php_version.h | |
parent | fba887ae24c6ab617d2a457d9ed6e5b1eace9788 (diff) | |
download | php-git-PHP-5.6.22.tar.gz |
PHP 5.6.22php-5.6.22PHP-5.6.22
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 10e33f15f0..7a4f0babc9 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 22 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.6.22RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.6.22" #define PHP_VERSION_ID 50622 |