DALi Version 1.4.41 53/215553/1 dali_1.4.41
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 10 Oct 2019 14:57:23 +0000 (15:57 +0100)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 10 Oct 2019 14:57:23 +0000 (15:57 +0100)
Change-Id: I4b08b49e5a5e9aadc72c810091d171cae3d829b8

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

index 494cfc5..ff36a38 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 = 40;
+const unsigned int ADAPTOR_MICRO_VERSION = 41;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 4a9b453..586c33f 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.40
+Version:    1.4.41
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT