From 08fdbea183489614fc8c8a286b6ed1a78a34e36a Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Thu, 25 May 2017 16:06:58 +0300 Subject: [PATCH] [cherry] [FABRIC-7708] Increased app version to 7.3.4 --- xcode/common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 2dee126d88..5403353cd2 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 7.3.3 +CURRENT_PROJECT_VERSION = 7.3.4 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..