php-src/main/php_version.h
Ilia Alshanetsky e6c845cb2c 5.2.1RC2
2007-01-04 23:52:29 +00:00

9 lines
270 B
C

/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 1
#define PHP_EXTRA_VERSION "RC2"
#define PHP_VERSION "5.2.1RC2"
#define PHP_VERSION_ID 50201