DALi Version 1.9.36 29/246529/1 dali_1.9.36
authorDavid Steele <david.steele@samsung.com>
Fri, 30 Oct 2020 14:33:16 +0000 (14:33 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 30 Oct 2020 14:33:16 +0000 (14:33 +0000)
Change-Id: Ie87e252297e782248c1d5222a3cabc58e2c8f76a

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

index 31df5f5..f463c0a 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 1;
 const uint32_t    CORE_MINOR_VERSION = 9;
-const uint32_t    CORE_MICRO_VERSION = 35;
+const uint32_t    CORE_MICRO_VERSION = 36;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 739acb3..b2c0487 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    1.9.35
+Version:    1.9.36
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT