DALi Version 2.1.13 46/272246/1 dali_2.1.13
authorDavid Steele <david.steele@samsung.com>
Fri, 11 Mar 2022 15:21:51 +0000 (15:21 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 11 Mar 2022 15:21:51 +0000 (15:21 +0000)
Change-Id: I88d6a6dee053b5729bd45106246a2c3bf41a363e

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

index 7ed74e0..e89a8ad 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 1;
-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 5690ce9..e59f8e1 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.1.12
+Version:    2.1.13
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT