DALi Version 1.9.22 95/239395/1 dali_1.9.22
authorRichard Huang <r.huang@samsung.com>
Fri, 24 Jul 2020 09:48:06 +0000 (10:48 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 24 Jul 2020 09:48:06 +0000 (10:48 +0100)
Change-Id: I1abfe5c345dafd9dbd861c47e8d0139fb019b5e7

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

index baad921..648bb4e 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const uint32_t CORE_MAJOR_VERSION = 1;
 const uint32_t CORE_MINOR_VERSION = 9;
-const uint32_t CORE_MICRO_VERSION = 21;
+const uint32_t CORE_MICRO_VERSION = 22;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 933d318..ab146f1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    1.9.21
+Version:    1.9.22
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT