sync with PHP_MAJOR_VERSION changes to configure.in

This commit is contained in:
Wez Furlong 2002-04-11 15:50:32 +00:00
parent ae37223657
commit ccbf1b84ee

View File

@ -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"