DALi Version 1.9.11 81/232781/1 dali_1.9.11
authorRichard Huang <r.huang@samsung.com>
Thu, 7 May 2020 11:15:54 +0000 (12:15 +0100)
committerRichard Huang <r.huang@samsung.com>
Thu, 7 May 2020 11:15:54 +0000 (12:15 +0100)
Change-Id: I2d5ea5dd71ee8e88517229a9da55e7d643d21c46

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

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