Merge "DALi Version 1.3.43" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Sep 2018 13:28:49 +0000 (13:28 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 28 Sep 2018 13:28:49 +0000 (13:28 +0000)
dali/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index cfa2278..78e133c 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-const unsigned int ADAPTOR_MICRO_VERSION = 42;
+const unsigned int ADAPTOR_MICRO_VERSION = 43;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 166d412..0b49d11 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.42
+Version:    1.3.43
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT