DALi Version 1.9.32 10/245110/1 dali_1.9.32
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 2 Oct 2020 09:46:30 +0000 (10:46 +0100)
committerCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 2 Oct 2020 09:46:30 +0000 (10:46 +0100)
Change-Id: I0e3ec20ed93df4dffc7a6604ae3ef069036f1af7

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

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