Skip to content

Commit

Permalink
Merge pull request #539 from khawkins/master
Browse files Browse the repository at this point in the history
Updating SDK version to 2.1.3
  • Loading branch information
khawkins committed Apr 11, 2014
2 parents b471944 + af2fc4e commit 9a99a00
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -14,8 +14,9 @@
#define __SALESFORCE_SDK_2_1_0 20100
#define __SALESFORCE_SDK_2_1_1 20101
#define __SALESFORCE_SDK_2_1_2 20102
#define __SALESFORCE_SDK_2_1_3 20103

#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_2_1_2
#define SALESFORCE_SDK_VERSION_MIN_REQUIRED __SALESFORCE_SDK_2_1_3

#define SALESFORCE_SDK_VERSION [NSString stringWithFormat:@"%d.%d.%d%@", \
(SALESFORCE_SDK_VERSION_MIN_REQUIRED / 10000), \
Expand Down

0 comments on commit 9a99a00

Please sign in to comment.