DALi Version 1.9.12 99/233499/1 dali_1.9.12
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 15 May 2020 05:51:40 +0000 (06:51 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 15 May 2020 05:51:40 +0000 (06:51 +0100)
Change-Id: If55a53797074567399b2d30e2c1e09c8a9cc7ab3

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

index 61476ca..0ac6f17 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 = 11;
+const uint32_t CORE_MICRO_VERSION = 12;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 1111036..204de4c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    1.9.11
+Version:    1.9.12
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT