Update the OC_SPEC_VERSION macro
authorRavi Nanjundappa <nravi.n@samsung.com>
Mon, 28 Sep 2015 07:14:00 +0000 (12:44 +0530)
committerJon A. Cruz <jonc@osg.samsung.com>
Tue, 29 Sep 2015 19:03:33 +0000 (19:03 +0000)
Updated the spec version from 0.9.0 to 0.9.2 in octypes.h file.

Change-Id: I9a92017864c1c3ae1cd5b8671f65901b2fb2bc7f
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3185
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jonc@osg.samsung.com>
resource/csdk/stack/include/octypes.h

index 7956ed6..67bad26 100644 (file)
@@ -245,7 +245,7 @@ extern "C" {
 #define OC_RSRVD_DATA_MODEL_VERSION     "dmv"
 
 /** Device specification version.*/
-#define OC_SPEC_VERSION                "0.9.0"
+#define OC_SPEC_VERSION                "0.9.2"
 
 /** Device Data Model version.*/
 #define OC_DATA_MODEL_VERSION          "sec.0.95"