DALi Version 2.1.9 55/270955/1 dali_2.1.9
authorDavid Steele <david.steele@samsung.com>
Fri, 11 Feb 2022 12:01:45 +0000 (12:01 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 11 Feb 2022 12:01:45 +0000 (12:01 +0000)
Change-Id: I1955fa878514c6dc525ddc01b7b6113024920e2d

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

index bc6cef7..e8ce582 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 = 8;
+const unsigned int ADAPTOR_MICRO_VERSION = 9;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 068b3a9..aea4871 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.1.8
+Version:    2.1.9
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT