Merge "Revert "[4.0] Support Widget Application"" into tizen_4.0
authorHyunJu Shin <hyunjushin@samsung.com>
Thu, 21 Dec 2017 08:01:14 +0000 (08:01 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Thu, 21 Dec 2017 08:01:14 +0000 (08:01 +0000)
adaptors/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index 5eeed15..9b7cec9 100755 (executable)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-const unsigned int ADAPTOR_MICRO_VERSION = 75;
+const unsigned int ADAPTOR_MICRO_VERSION = 76;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 953f160..56ed3f4 100755 (executable)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.75
+Version:    1.2.76
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT