Merge "Add KeyFrames APIs" into devel/master
authorJIYUN YANG <ji.yang@samsung.com>
Tue, 9 Feb 2021 00:50:31 +0000 (00:50 +0000)
committerGerrit Code Review <gerrit@review>
Tue, 9 Feb 2021 00:50:31 +0000 (00:50 +0000)
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 63bb45c..58c6c2c 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
 const uint32_t    CORE_MINOR_VERSION = 0;
-const uint32_t    CORE_MICRO_VERSION = 11;
+const uint32_t    CORE_MICRO_VERSION = 12;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 54562e4..d8e67af 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.0.11
+Version:    2.0.12
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT