event_get_version_number

Return a numeric representation of Libevent's version.

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

The format uses one byte each for the major, minor, and patchlevel parts of the version number. The low-order byte is unused. For example, version 2.0.1-alpha has a numeric representation of 0x02000100

extern (C) nothrow
event_get_version_number
()

Meta