DALi Version 1.4.42 22/216022/1 dali_1.4.42
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 18 Oct 2019 10:13:09 +0000 (11:13 +0100)
committerCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 18 Oct 2019 10:13:09 +0000 (11:13 +0100)
Change-Id: I89da07d54dd9823fa7164520f1d72a5046a1b3ff

dali/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index ff36a38..d1a1e92 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-const unsigned int ADAPTOR_MICRO_VERSION = 41;
+const unsigned int ADAPTOR_MICRO_VERSION = 42;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index f7313bd..e4d3bcf 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.41
+Version:    1.4.42
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT