diff options
author | Remi Collet <remi@php.net> | 2017-07-04 09:10:38 +0000 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2017-07-04 09:10:38 +0000 |
commit | 9c1a1603ba31f2d8702fdd018ea993aaf28c98e5 (patch) | |
tree | a6013c2d5d01d149cbbc46c1fce2e4cc0ace9b22 /main | |
parent | 707cc0cf1e8975f67b55d2d2a7f1d1839b2c407c (diff) | |
download | php-git-php-7.2.0alpha3.tar.gz |
Update versions for PHP 7.2.0alpha3php-7.2.0alpha3
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 62cdcfceda..81cadccc49 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 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.2.0-dev" +#define PHP_EXTRA_VERSION "alpha3" +#define PHP_VERSION "7.2.0alpha3" #define PHP_VERSION_ID 70200 |