DALi Version 1.5.12 50/233750/1
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 19 May 2020 02:34:18 +0000 (11:34 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 19 May 2020 02:34:18 +0000 (11:34 +0900)
Change-Id: I029b1724e9f2d129302369c887f7df5df7ce5ead

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

index 74fe424..798b45d 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 = 11;
+const unsigned int ADAPTOR_MICRO_VERSION = 12;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ec8c451..8e175b1 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.11
+Version:    1.5.12
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT