DALi Version 1.3.36 52/186552/1 dali_1.3.36
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 10 Aug 2018 09:11:00 +0000 (10:11 +0100)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 10 Aug 2018 09:11:00 +0000 (10:11 +0100)
Change-Id: I02cc0f416b84857bf7fd607d3bc2cf5b92a88943

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

index 99ac3a1..8d74556 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-const unsigned int ADAPTOR_MICRO_VERSION = 35;
+const unsigned int ADAPTOR_MICRO_VERSION = 36;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 531623a..5958ebe 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.35
+Version:    1.3.36
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT