DALi Version 1.5.11 82/233182/1 dali_1.5.11
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 13 May 2020 01:55:07 +0000 (10:55 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 13 May 2020 01:55:07 +0000 (10:55 +0900)
Change-Id: I3c23a90ef5119b3f37827eb06b2bc9f90fca1f6a

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

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