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:
authorburivuh <burivuh@maps.me>2016-11-28 13:48:02 +0300
committerGitHub <noreply@github.com>2016-11-28 13:48:02 +0300
commitc526fb64b042647bf6f03e70bfa1e43a566c0d53 (patch)
treedc9f1e9ad70958b314c97ef88e55dd8f2684699d
parenta48da349d92384769c5c65f3e85e9ccaab1888cd (diff)
parentd6d93a6d6001752cd1629a7096c0a054d1677bca (diff)
Merge pull request #4822 from therearesomewhocallmetim/v6.5.4beta-507beta-503
Increased version number.
-rw-r--r--android/gradle.properties4
-rw-r--r--xcode/common.xcconfig2
2 files changed, 3 insertions, 3 deletions
diff --git a/android/gradle.properties b/android/gradle.properties
index 78cdd2fc8d..c68b6459ca 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -4,8 +4,8 @@ propMinSdkVersion=15
propTargetSdkVersion=22
propCompileSdkVersion=23
propBuildToolsVersion=22.0.1
-propVersionCode=650
-propVersionName=6.5.0
+propVersionCode=654
+propVersionName=6.5.4
propDebugNdkFlags=V=1 NDK_DEBUG=1 DEBUG=1
propReleaseNdkFlags=V=1 NDK_DEBUG=0 PRODUCTION=1
org.gradle.daemon=true
diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig
index 3b3fb4e997..c9360dd944 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -1,4 +1,4 @@
-CURRENT_PROJECT_VERSION = 6.5.3
+CURRENT_PROJECT_VERSION = 6.5.4
// Paths
OMIM_ROOT = $(PROJECT_DIR)/../..