###User Defined Function###
_SQLite_LibVersion

###Description###
Returns the version number of the library

###Syntax###
#include <SQLite.au3>
_SQLite_LibVersion (  )


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	the SQLite version string.
Failure:	sets the @error flag to non-zero.
@@End@@


###Remarks###
Requires SQLite3.dll in Current or System directory.


###Related###
None.


###Example###
@@IncludeExample@@
