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:
authorDmitry Yunitsky <yunik@mapswithme.com>2016-03-23 16:46:44 +0300
committerDmitry Yunitsky <yunik@mapswithme.com>2016-03-24 13:26:05 +0300
commit3b53a659548a5b1916633b9e14195282e9fb16a3 (patch)
tree9a707469ca7e005cb2b912ff9dad266aeaa712e2 /platform
parent75f2ae73d6a97e65072d50ca4dd221a4fc057bd1 (diff)
[anroid] Hide editor for legacy MWMs mode.
Diffstat (limited to 'platform')
-rw-r--r--platform/local_country_file_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/local_country_file_utils.cpp b/platform/local_country_file_utils.cpp
index 6c751f04e7..d1ebda1f1c 100644
--- a/platform/local_country_file_utils.cpp
+++ b/platform/local_country_file_utils.cpp
@@ -29,7 +29,7 @@ namespace migrate
{
// Set of functions to support migration between different versions of MWM
// with totaly incompatible formats.
-// 160107 - Migrate to small single file MWM
+// 160302 - Migrate to small single file MWM
uint32_t constexpr kMinRequiredVersion = 160302;
bool NeedMigrate()
{