DALi Version 1.9.1 55/226255/1 dali_1.9.1
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 28 Feb 2020 09:09:06 +0000 (09:09 +0000)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 28 Feb 2020 09:09:06 +0000 (09:09 +0000)
Change-Id: Idc217f5981075e71d5550f927bff9b8ff1dc94d6

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

index deff025..db4eee4 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 = 0;
+const uint32_t CORE_MICRO_VERSION = 1;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ede8538..379fd15 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.9.0
+Version:    1.9.1
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT