Modified IoTCon library name
authorrajeev ranjan <rajeev.ran@samsung.com>
Tue, 7 Jun 2016 13:50:24 +0000 (19:20 +0530)
committerrajeev ranjan <rajeev.ran@samsung.com>
Tue, 7 Jun 2016 13:50:24 +0000 (19:20 +0530)
Change-Id: Ibd1ab94c6465bc13f86527e90a0c5205f7cd357b
Signed-off-by: rajeev ranjan <rajeev.ran@samsung.com>
Tizen.Network.IoTConnectivity/Interop/Interop.Libraries.cs

index 2ce39e9..fc4ee75 100755 (executable)
@@ -10,7 +10,7 @@ internal static partial class Interop
 {
     internal static partial class Libraries
     {
-        public const string IoTCon = "libiotcon.so.0.0.12";
+        public const string IoTCon = "libiotcon.so.0";
         public const string Glib = "libglib-2.0.so.0";
         public const string Libc = "libc.so.6";
     }