DALi Version 1.5.13 27/234427/2 dali_1.5.13
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 26 May 2020 08:59:56 +0000 (17:59 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 27 May 2020 00:35:00 +0000 (00:35 +0000)
Change-Id: I031ff8ed49101a770ce7d65869660f10502efa1b

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

index 798b45d..5a65498 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 5;
-const unsigned int ADAPTOR_MICRO_VERSION = 12;
+const unsigned int ADAPTOR_MICRO_VERSION = 13;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 8e175b1..c5a2b63 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.12
+Version:    1.5.13
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT