DALi Version 1.9.14 89/234889/1 dali_1.9.14
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 29 May 2020 11:17:39 +0000 (12:17 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 29 May 2020 11:17:39 +0000 (12:17 +0100)
Change-Id: Id4f48e78c6a0b8bf816962ee823f5ccc5c50422d

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

index 9b87b79..6d98642 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 = 13;
+const unsigned int ADAPTOR_MICRO_VERSION = 14;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a295973..5aff1ae 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.13
+Version:    1.9.14
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT