summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLProxy.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-10-18 11:21:55 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-10-18 11:21:55 -0400
commit59592967bc9106f05dcfa25424e95c871d05d38f (patch)
treec1c99d7b51254c2abba9aacc87885f6da2a67373 /SmartDeviceLink/SDLProxy.m
parentc47dd1c44fac56f9af9aa85535280f5a0e5f76da (diff)
downloadsdl_ios-59592967bc9106f05dcfa25424e95c871d05d38f.tar.gz
Update version for 6.1.0 release candidate 2
Diffstat (limited to 'SmartDeviceLink/SDLProxy.m')
-rw-r--r--SmartDeviceLink/SDLProxy.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLProxy.m b/SmartDeviceLink/SDLProxy.m
index ffd92c828..8645b9a27 100644
--- a/SmartDeviceLink/SDLProxy.m
+++ b/SmartDeviceLink/SDLProxy.m
@@ -47,7 +47,7 @@ typedef NSString SDLVehicleMake;
typedef void (^URLSessionTaskCompletionHandler)(NSData *data, NSURLResponse *response, NSError *error);
typedef void (^URLSessionDownloadTaskCompletionHandler)(NSURL *location, NSURLResponse *response, NSError *error);
-NSString *const SDLProxyVersion = @"6.1.0-rc.1";
+NSString *const SDLProxyVersion = @"6.1.0-rc.2";
const float StartSessionTime = 10.0;
const float NotifyProxyClosedDelay = (float)0.1;
const int PoliciesCorrelationId = 65535;