1 #include <mbgl/util/version.hpp>
2 
3 namespace mbgl {
4 namespace version {
5 
6 const char* revision = MBGL_VERSION_REV;
7 
8 } // namespace version
9 } // namespace mbgl
10