XMake  V1.06    -

	* Fix a bug in include.c related to lines ending in a $(varname)
	  sequence.  A bug in a conditional led to the string pointer
	  being incremented twiced, potentially missing the terminating
	  \0.

XMake  V1.05	-

	* XMake's search-and-replace was using a static 1024 byte buffer
	  which could overflow.  XMake now uses a dynamically sized buffer.

	* Added -v option

XMake  V1.04	-

	* XMake code officially placed in the public domain

XMake  V1.03	-

	* defs.h now has CPP definition for GCC commented out, gcc
	  users should use that rather then cpp if you do not have cpp.

XMake  V1.02	-

	* now properly exits if a failure occurs

XMake  V1.01	-

	* fixed serious memory corruption bug

XMake  V1.00	- initial release

