DALi Version 1.9.15 43/235543/1 dali_1.9.15
authorAnton Obzhirov <a.obzhirov@samsung.com>
Fri, 5 Jun 2020 10:20:58 +0000 (11:20 +0100)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Fri, 5 Jun 2020 10:20:58 +0000 (11:20 +0100)
Change-Id: I7b3ab70570a024c789754f36f7db863b845bd405

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

index 6d98642..14c2a71 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 9;
-const unsigned int ADAPTOR_MICRO_VERSION = 14;
+const unsigned int ADAPTOR_MICRO_VERSION = 15;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5aff1ae..aea6b53 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.14
+Version:    1.9.15
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT