diff options
| author | Gabriel Caruso <carusogabriel34@gmail.com> | 2020-08-04 18:46:14 +0200 |
|---|---|---|
| committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2020-08-04 18:46:14 +0200 |
| commit | a359635cb1a4df8b5137a506c88c4cb102acac0e (patch) | |
| tree | 058260ed308c9b1cc779b5218efc5b0105482329 /main/php_version.h | |
| parent | 1ab4d0e6b7abb67d5a01ce3327bf973772271fb2 (diff) | |
| download | php-git-a359635cb1a4df8b5137a506c88c4cb102acac0e.tar.gz | |
Prepare for PHP 8.1
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 24765617cb..66d4367856 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 8 -#define PHP_MINOR_VERSION 0 +#define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 0 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.0.0-dev" -#define PHP_VERSION_ID 80000 +#define PHP_VERSION "8.1.0-dev" +#define PHP_VERSION_ID 80100 |
