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

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

index 9679d79..9ca9c71 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 9;
-const unsigned int ADAPTOR_MICRO_VERSION = 0;
+const unsigned int ADAPTOR_MICRO_VERSION = 1;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index dcb3172..38106c8 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.0
+Version:    1.9.1
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT