From cd42360468b4bbfd79247be480699432d12071cb Mon Sep 17 00:00:00 2001 From: Timofey Date: Mon, 28 Nov 2016 13:42:42 +0300 Subject: [PATCH] Increased version number. --- android/gradle.properties | 4 ++-- xcode/common.xcconfig | 2 +- 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)/../..