diff options
| author | Sara Golemon <pollita@php.net> | 2017-07-18 10:36:50 -0400 |
|---|---|---|
| committer | Sara Golemon <pollita@php.net> | 2017-07-18 10:45:47 -0400 |
| commit | 5230541ef59e0637d5522293a7d099bf18ce6af3 (patch) | |
| tree | 5c37783fcb2269f6a0f7a67dd46121eebdef793f /main/php_version.h | |
| parent | 05ff0c518024e74730d1e9bc79ae80832928a784 (diff) | |
| download | php-git-5230541ef59e0637d5522293a7d099bf18ce6af3.tar.gz | |
Prepare for PHP 7.3
Diffstat (limited to 'main/php_version.h')
| -rw-r--r-- | main/php_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_version.h b/main/php_version.h index 62cdcfceda..e81c515249 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,8 +1,8 @@ /* automatically generated by configure */ /* edit configure.ac to change version number */ #define PHP_MAJOR_VERSION 7 -#define PHP_MINOR_VERSION 2 +#define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.2.0-dev" -#define PHP_VERSION_ID 70200 +#define PHP_VERSION "7.3.0-dev" +#define PHP_VERSION_ID 70300 |
