Because the version number header mongocxx/config/version.hpp is generated, we're not picking up the version number definitions in Doxygen-generated documentation.
We should document how users should do runtime or compile time version checks.
We should also consider adding version check helpers similar to the C driver. A natural place for runtime checks might be in mongocxx/instance.hpp.