DALi Version 1.9.30 38/244438/1 dali_1.9.30
authorDavid Steele <david.steele@ws-1747.seri.co.uk>
Fri, 18 Sep 2020 10:35:02 +0000 (11:35 +0100)
committerDavid Steele <david.steele@ws-1747.seri.co.uk>
Fri, 18 Sep 2020 10:35:02 +0000 (11:35 +0100)
Change-Id: Ib069886ed3b8bdf7d159e2fe5771b22d8de00816

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

index fa8145c..1092da7 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 = 29;
+const uint32_t    CORE_MICRO_VERSION = 30;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 72e9599..a71da44 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    1.9.29
+Version:    1.9.30
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT