DALi Version 2.0.11 83/252583/1 dali_2.0.11
authorDavid Steele <david.steele@samsung.com>
Fri, 29 Jan 2021 12:53:28 +0000 (12:53 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 29 Jan 2021 12:53:28 +0000 (12:53 +0000)
Change-Id: I8f648ae125c4cd74a4e132e3b73c5fe9ab5b8b2d

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

index 3dff82a..63bb45c 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 = 10;
+const uint32_t    CORE_MICRO_VERSION = 11;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 54bfc7b..54562e4 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.0.10
+Version:    2.0.11
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT