replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / resource / examples / devicediscoveryserver.cpp
index 87fd5bf..1c3404a 100644 (file)
@@ -49,7 +49,7 @@ std::string  systemTime = "2016-01-15T11.01";
 // Set of strings for each of device info fields
 std::string  deviceName = "Bill's Battlestar";
 std::string  specVersion = "core.1.1.0";
-std::string  dataModelVersions = "res.1.1.0,sh.1.2.0";
+std::string  dataModelVersions = "res.1.1.0,sh.1.1.0";
 
 // OCPlatformInfo Contains all the platform info to be stored
 OCPlatformInfo platformInfo;