Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-08-04 19:27:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:21:21 +0300
commit9d9b28077de227094bc36862eb86dd6b33085941 (patch)
tree3c25d696c50b2fe875bc241d1579797927165d79 /defines.hpp
parentc6e4e5abe5c70b38ed4ef1ee6402ae3e590f1506 (diff)
Added "version" tag to mwm file container
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index 72a8760eda..53a38c8910 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -6,6 +6,7 @@
#define TRIANGLE_FILE_TAG "trg"
#define INDEX_FILE_TAG "idx"
#define HEADER_FILE_TAG "header"
+#define VERSION_FILE_TAG "version"
#define COUNTRIES_FILE "countries.txt"
#define DATA_UPDATE_FILE "maps.update"