php-src/main/php_version.h
Ilia Alshanetsky 7f91d94c1d 5.2.4RC2
2007-08-17 00:35:39 +00:00

8 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 4
#define PHP_EXTRA_VERSION "RC2"
#define PHP_VERSION "5.2.4RC2"
#define PHP_VERSION_ID 50204