php-src/main/php_version.h

9 lines
274 B
C
Raw Normal View History

/* automatically generated by configure */
/* edit configure.in to change version number */
2014-08-15 07:10:41 +00:00
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 0
2016-08-02 09:06:33 +00:00
#define PHP_RELEASE_VERSION 10
2009-06-29 16:33:25 +00:00
#define PHP_EXTRA_VERSION "-dev"
2016-08-02 09:06:33 +00:00
#define PHP_VERSION "7.0.10-dev"
#define PHP_VERSION_ID 70010