Update tizen version to 2.1
authorSoyoung Kim <sy037.kim@samsung.com>
Tue, 5 Mar 2013 00:07:12 +0000 (09:07 +0900)
committerGerrit Code Review <gerrit2@kim11>
Thu, 7 Mar 2013 01:31:40 +0000 (10:31 +0900)
[Issue#] N_SE-26985
[Problem] can't install widget has 2.0 version.
[Cause] wrong tizen version.
[Solution] update version.
[SCMRequest] N/A

Change-Id: I4ef626b8b495509a9ad34ec06ab561cb4846dab9

modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h

index 67dcca6..a2fa66a 100644 (file)
@@ -272,7 +272,7 @@ inline const char* GetWACVersion()
 
 inline const char* GetTizenVersion()
 {
-    return "1.0";
+    return "2.1";
 }
 
 inline const char* GetShareDirectoryPath()