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>
Fri, 11 Dec 2015 01:36:29 +0000 (01:36 +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>
(cherry picked from commit 099bca1e90fd867f1632e3c4d120465f19573ba7)
Reviewed-on: https://gerrit.iotivity.org/gerrit/4507

resource/csdk/stack/include/octypes.h

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