php-src/main/php_version.h

8 lines
239 B
C
Raw Normal View History

/* automatically generated by configure */
/* edit configure.in to change version number */
2003-01-09 10:03:26 +00:00
#define PHP_MAJOR_VERSION 5
2004-07-21 23:02:28 +00:00
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 0
2005-06-23 03:56:37 +00:00
#define PHP_EXTRA_VERSION "b2"
#define PHP_VERSION "5.1.0b2"