1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Update version in php_version.h as well

The version there is automatically updated during `./configure`, but
not on Windows.
This commit is contained in:
Christoph M. Becker
2021-05-05 15:18:46 +02:00
parent 0cafd53d18
commit 125fc0b8d4

View File

@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 19
#define PHP_RELEASE_VERSION 20
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.4.19-dev"
#define PHP_VERSION_ID 70419
#define PHP_VERSION "7.4.20-dev"
#define PHP_VERSION_ID 70420