summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-12-12 14:02:52 -0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2017-01-24 11:36:59 +0200
commitc3c730d17c94630d1a531950d98fd4c4d9770472 (patch)
tree8cbfdbea0cef09a5b770bbe427a0ca603a8b73c6 /include
parent211b4463b9ec505d3801354a9178dbc29bfc26f6 (diff)
downloadqtlocation-mapboxgl-c3c730d17c94630d1a531950d98fd4c4d9770472.tar.gz
[build] Include deps, make build offline
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/util/version.hpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/mbgl/util/version.hpp b/include/mbgl/util/version.hpp
new file mode 100644
index 0000000000..4ce8b98f40
--- /dev/null
+++ b/include/mbgl/util/version.hpp
@@ -0,0 +1,20 @@
+// NOTE: DO NOT CHANGE THIS FILE. IT IS AUTOMATICALLY GENERATED.
+#pragma once
+
+#define MBGL_VERSION 0x30402
+#define MBGL_VERSION_STRING "3.4.2"
+#define MBGL_VERSION_MAJOR 3
+#define MBGL_VERSION_MINOR 4
+#define MBGL_VERSION_PATCH 2
+#define MBGL_VERSION_REV "2fae03b4"
+
+namespace mbgl {
+namespace version {
+
+extern const int major, minor, patch;
+extern const char *revision;
+extern const char *string;
+extern const unsigned int number;
+
+} // namespace version
+} // namespace mbgl