php-src/main/php_version.h
Christoph M. Becker 59522ba968
Update version in php_version.h as well
The version there is automatically updated during `./configure`, but
not on Windows.
2021-05-22 15:42:57 +02:00

9 lines
274 B
C

/* automatically generated by configure */
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 21
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.4.21-dev"
#define PHP_VERSION_ID 70421