DALi Version 2.1.22 18/275018/1 dali_2.1.22
authorRichard Huang <r.huang@samsung.com>
Fri, 13 May 2022 11:01:03 +0000 (12:01 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 13 May 2022 11:01:03 +0000 (12:01 +0100)
Change-Id: I4f1ac3a9a654f2b1469d6d8a1f189e646df30ebc

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

index ebbefcf..dc7b871 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
 const uint32_t    CORE_MINOR_VERSION = 1;
-const uint32_t    CORE_MICRO_VERSION = 21;
+const uint32_t    CORE_MICRO_VERSION = 22;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 676a72c..c0cae2f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.1.21
+Version:    2.1.22
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT