Revert "[Tizen] NUI version 502"
authorSunghyun kim <scholb.kim@samsung.com>
Mon, 2 Jul 2018 07:44:31 +0000 (16:44 +0900)
committerSunghyun kim <scholb.kim@samsung.com>
Mon, 2 Jul 2018 07:44:36 +0000 (16:44 +0900)
This reverts commit 087dde365ae4c543f62e175c0ab88e7fe7707de9.

Change-Id: I841cbbf3756dd40a59c4cdd994c7daa63917126d

dali-csharp-binder/src/version-check.cpp
packaging/dali-csharp-binder.spec

index 2a41128..c9b2ba2 100755 (executable)
@@ -1,18 +1,18 @@
-/* Copyright (c) 2018 Samsung Electronics Co., Ltd.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
+/** Copyright (c) 2017 Samsung Electronics Co., Ltd.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+*/
 
 #include "common.h"
 
@@ -84,18 +84,10 @@ SWIGEXPORT bool SWIGSTDCALL CSharp_NUI_InternalAPIVersionCheck(int * version, in
         *reserved2 = 0;
         return true;
       }
-      else if(Dali::CORE_MICRO_VERSION <= 27)
-      {
-        //from dali_1.3.23 to dali 1.3.27, nui_api_internal_version is set as 501
-        *version = 501;
-        *reserved1 = 0;
-        *reserved2 = 0;
-        return true;
-      }
       else if(Dali::CORE_MICRO_VERSION <= 99)
       {
-        //from dali_1.3.28, nui_api_internal_version is set as 502
-        *version = 502;
+        //from dali_1.3.23, nui_api_internal_version is set as 501
+        *version = 501;
         *reserved1 = 0;
         *reserved2 = 0;
         return true;
index b870922..f02b7be 100755 (executable)
@@ -1,6 +1,6 @@
 
 Name: dali-csharp-binder
-Version: 1.3.28+nui502
+Version: 1.3.28
 Release: 1
 Summary: build dali csharp binder
 License: Apache-2.0 and BSD-3-Clause and MIT