DALi Version 2.1.34 25/279325/1 dali_2.1.34
authorDavid Steele <david.steele@samsung.com>
Fri, 5 Aug 2022 11:51:04 +0000 (12:51 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 5 Aug 2022 11:51:04 +0000 (12:51 +0100)
Change-Id: Ib5bdb077aa3d3490c026397e4bf3e7e98c336497

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

index 5d026cc..d2076ba 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 = 33;
+const unsigned int ADAPTOR_MICRO_VERSION = 34;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5463011..2bc6a02 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.1.33
+Version:    2.1.34
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT