__FB_VERSION__

Intrinsic define (macro string) set by the compiler

Syntax
	 __FB_VERSION__

Description
	 Substituted by the version number of the compiler where used.

Example
	#if __FB_VERSION__ < "0.18" 
	#error  Please compile With FB version 0.18 Or above 
	#endif

	This will stop the compilation if the compiler version is below 0.18

Differences from QB
	* Did not exist in QB

See also
	* KeyPgDdfbsignature__FB_SIGNATURE__
	* KeyPgDdfbwin32__FB_WIN32__
	* KeyPgDdfblinux__FB_LINUX__
	* KeyPgDdfbdos__FB_DOS__

