DALi Version 2.0.2 79/248079/1 dali_2.0.2
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 20 Nov 2020 07:45:46 +0000 (07:45 +0000)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 20 Nov 2020 07:45:46 +0000 (07:45 +0000)
Change-Id: Iba6ed1ee281eb70633c4425a8c55f075455368a4

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

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