DALi Version 1.4.18 33/205333/1 dali_1.4.18
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 2 May 2019 10:45:46 +0000 (11:45 +0100)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 2 May 2019 10:45:46 +0000 (11:45 +0100)
Change-Id: I05d06c74107ad5512e0950bc8c097b83c072b547

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

index c782751..a565a9e 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 = 17;
+const unsigned int ADAPTOR_MICRO_VERSION = 18;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 0003c63..352b182 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.17
+Version:    1.4.18
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT