sqlite_libversion

mIRC SQLite

sqlite_libversion
Returns the version of the SQLite library.
Syntax
$sqlite_libversion
Return Value
The version of the library.
Remarks
The returned version is delimited by periods and has 3 different numbers indicating the version: a major, a minor and a revision number.
For example 1.2.3 means that major version is 1, minor 2 and the revision number is 3.
Example
; Displays the SQLite version to an active window
//echo -a SQLite Version: $sqlite_libversion

; Example output:
; SQLite Version: 3.3.6