Update icv and dmv version to 1.1.0.
authorZiran Sun <ziran.sun@samsung.com>
Tue, 27 Sep 2016 10:16:36 +0000 (11:16 +0100)
committerZiran Sun <ziran.sun@samsung.com>
Wed, 28 Sep 2016 13:11:50 +0000 (13:11 +0000)
Bug: https://jira.iotivity.org/browse/IOT-1360
Change-Id: Icc3065f285481f443f3028db01d0ec3f67e47646
Signed-off-by: Ziran Sun <ziran.sun@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12307
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
resource/csdk/stack/include/octypes.h

index c38783c..1cb7845 100644 (file)
@@ -275,10 +275,10 @@ extern "C" {
 #define OC_RSRVD_DATA_MODEL_VERSION     "dmv"
 
 /** Device specification version.*/
-#define OC_SPEC_VERSION                 "core.1.0.0"
+#define OC_SPEC_VERSION                 "core.1.1.0"
 
 /** Device Data Model version.*/
-#define OC_DATA_MODEL_VERSION           "res.1.0.0"
+#define OC_DATA_MODEL_VERSION           "res.1.1.0"
 
 /**
  *  These provide backward compatibility - their use is deprecated.