diff --git a/main/php_version.h b/main/php_version.h index acab3c3e3015e..70294a012d5f3 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,7 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ +#define PHP_MAJOR_VERSION 4 +#define PHP_MINOR_VERSION 3 +#define PHP_RELEASE_VERSION 0 +#define PHP_EXTRA_VERSION "-dev" #define PHP_VERSION "4.3.0-dev"