DALi Version 2.1.37 07/280307/1 dali_2.1.37
authorDavid Steele <david.steele@samsung.com>
Fri, 26 Aug 2022 11:15:16 +0000 (12:15 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 26 Aug 2022 11:15:16 +0000 (12:15 +0100)
Change-Id: Ieb1fa8b7eafaacd96718ede447468f33043783d7

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

index 3deae0d..cd59804 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const uint32_t    CORE_MAJOR_VERSION = 2;
 const uint32_t    CORE_MINOR_VERSION = 1;
-const uint32_t    CORE_MICRO_VERSION = 36;
+const uint32_t    CORE_MICRO_VERSION = 37;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7918de2..a0e2b93 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.1.36
+Version:    2.1.37
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT