DALi Version 1.9.33 63/245463/1 dali_1.9.33
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 9 Oct 2020 13:05:41 +0000 (14:05 +0100)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 9 Oct 2020 13:05:41 +0000 (14:05 +0100)
Change-Id: I055725b0491f27960da25b48a94d6ee3d67dff89

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

index 7ee6ca0..d245797 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 = 32;
+const uint32_t    CORE_MICRO_VERSION = 33;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 25b5042..18d3582 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    1.9.32
+Version:    1.9.33
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT