event_get_version

Get the Libevent version.

Note that this will give you the version of the library that you're currently linked against, not the version of the headers that you've compiled against.

@return a string containing the version number of Libevent

extern (C) nothrow
const(char)*
event_get_version
()

Meta