php-src/main/php_version.h
Christoph M. Becker 2d93cce03a Prepare 7.3.7-dev
2019-05-14 11:44:58 +02:00

8 lines
272 B
C

/* automatically generated by configure */
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 7
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "7.3.7-dev"
#define PHP_VERSION_ID 70307