Update the OC_SPEC_VERSION macro
authorRavi Nanjundappa <nravi.n@samsung.com>
Tue, 1 Dec 2015 05:45:18 +0000 (11:15 +0530)
committerJon A. Cruz <jonc@osg.samsung.com>
Wed, 9 Dec 2015 20:24:51 +0000 (20:24 +0000)
Updated the spec version from 0.9.0 to 1.0.0 in octypes.h file.

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

index 9e67e78..1115c00 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                "1.0.0"
 
 /** Device Data Model version.*/
 #define OC_DATA_MODEL_VERSION          "sec.0.95"