diff options
| author | Stanislav Malyshev <stas@php.net> | 2019-08-24 23:53:35 -0700 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2019-08-25 00:02:32 -0700 |
| commit | d3f2cfe20a5e9faf967c404a872ec9b4e14efe81 (patch) | |
| tree | 22204cd1ff8c66036b2984a7af591c75740c70a1 /main/php_version.h | |
| parent | 5704eca6f7712d0d348f9a3d0f98e50606917d74 (diff) | |
| download | php-git-d3f2cfe20a5e9faf967c404a872ec9b4e14efe81.tar.gz | |
Update Oniguruma to 6.9.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 2fb0e3c243..0f5cce4a4f 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.ac to change version number */ #define PHP_MAJOR_VERSION 7 #define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 10 +#define PHP_RELEASE_VERSION 8 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.10-dev" -#define PHP_VERSION_ID 70310 +#define PHP_VERSION "7.3.8-dev" +#define PHP_VERSION_ID 70308 |
