From: Markus Jung Date: Fri, 11 Dec 2015 01:57:49 +0000 (+0900) Subject: IoT-875, IoT-876 core value and data model value fix X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84978194d996b94673f1b0c5f26de4fcf11995e6;p=contrib%2Fiotivity.git IoT-875, IoT-876 core value and data model value fix Updates oic/d to use the following values: - icv: core.1.0.0 (https://jira.iotivity.org/browse/IOT-876) - dmv: res.1.0.0 (https://jira.iotivity.org/browse/IOT-875) Signed-off-by: Markus Jung Change-Id: Ia9019f26aa32790fc3bf445c4a7404a5afdd67ea Signed-off-by: Markus Jung Reviewed-on: https://gerrit.iotivity.org/gerrit/4515 Tested-by: jenkins-iotivity Reviewed-by: Jon A. Cruz (cherry picked from commit 2e2fc369a7427525c0d891dc250bdedfba270e85) Reviewed-on: https://gerrit.iotivity.org/gerrit/4517 --- diff --git a/resource/csdk/stack/include/octypes.h b/resource/csdk/stack/include/octypes.h index b876d61..6bf2858 100644 --- a/resource/csdk/stack/include/octypes.h +++ b/resource/csdk/stack/include/octypes.h @@ -245,10 +245,10 @@ extern "C" { #define OC_RSRVD_DATA_MODEL_VERSION "dmv" /** Device specification version.*/ -#define OC_SPEC_VERSION "1.0.0" +#define OC_SPEC_VERSION "core.1.0.0" /** Device Data Model version.*/ -#define OC_DATA_MODEL_VERSION "sec.0.95" +#define OC_DATA_MODEL_VERSION "res.1.0.0" /** * These provide backward compatibility - their use is deprecated.