php-src/main/php_version.h

9 lines
274 B
C
Raw Normal View History

/* automatically generated by configure */
/* edit configure.ac to change version number */
2014-08-15 15:10:41 +08:00
#define PHP_MAJOR_VERSION 7
2017-07-18 22:36:50 +08:00
#define PHP_MINOR_VERSION 3
2019-09-10 21:11:54 +08:00
#define PHP_RELEASE_VERSION 11
2016-07-06 03:33:22 +08:00
#define PHP_EXTRA_VERSION "-dev"
2019-09-10 21:11:54 +08:00
#define PHP_VERSION "7.3.11-dev"
#define PHP_VERSION_ID 70311