DALi Version 1.9.6 60/229760/1 dali_1.9.6
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 3 Apr 2020 07:38:09 +0000 (08:38 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 3 Apr 2020 07:38:09 +0000 (08:38 +0100)
Change-Id: I80a4b63ad67d613db3b910e294e3cea935bfd3e4

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

index fb7cf3b..2241f40 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 = 5;
+const uint32_t CORE_MICRO_VERSION = 6;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 6b3b28a..acc5bfa 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.9.5
+Version:    1.9.6
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT