DALi Version 2.0.1 04/247704/1 dali_2.0.1
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 13 Nov 2020 14:53:14 +0000 (14:53 +0000)
committerCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 13 Nov 2020 14:53:14 +0000 (14:53 +0000)
Change-Id: I60ab4275600a2a4fd7e0b6cac346357b05a5a2fa

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

index ed5005d..4d04632 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 = 0;
+const uint32_t    CORE_MICRO_VERSION = 1;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 236122e..5d3b5fd 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.0.0
+Version:    2.0.1
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT