diff options
author | Sara Golemon <pollita@php.net> | 2018-10-09 14:44:08 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2018-10-09 14:44:08 +0000 |
commit | 3c927f3fd251c917c7f2950df2cba8dd6f6f79ff (patch) | |
tree | e8b7331946f1d71cfd725215a6ba8533fd407a2f /main | |
parent | fafaf7eb420a23a36a6942ed3d2ad6dd244bc951 (diff) | |
download | php-git-php-7.2.11.tar.gz |
Update versions for PHP 7.2.11php-7.2.11
Diffstat (limited to 'main')
-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 544150bc7b..822eca5b66 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 11 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.2.11-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "7.2.11" #define PHP_VERSION_ID 70211 |