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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user