summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLProxy.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-03-27 13:27:22 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-03-27 13:27:22 -0400
commit47eb08c4ef2d49f837ffcd94a9c7706cb86b05eb (patch)
tree08079b84f17e1064486a2b013b8112ed954c9b47 /SmartDeviceLink/SDLProxy.m
parent1eb81bed80013a7f6ccac09ec0924585e8559507 (diff)
downloadsdl_ios-47eb08c4ef2d49f837ffcd94a9c7706cb86b05eb.tar.gz
Update for v. 5.2.0
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 a27dd1497..cc2a5f7ff 100644
--- a/SmartDeviceLink/SDLProxy.m
+++ b/SmartDeviceLink/SDLProxy.m
@@ -41,7 +41,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 = @"5.1.1";
+NSString *const SDLProxyVersion = @"5.2.0";
const float StartSessionTime = 10.0;
const float NotifyProxyClosedDelay = (float)0.1;
const int PoliciesCorrelationId = 65535;