DALi Version 1.3.33 25/184725/1 dali_1.3.33
authorAngelos Gkountis <a.gkountis@samsung.com>
Fri, 20 Jul 2018 12:30:29 +0000 (13:30 +0100)
committerAngelos Gkountis <a.gkountis@samsung.com>
Fri, 20 Jul 2018 12:30:29 +0000 (13:30 +0100)
Change-Id: Ib47d678825058dc1c61562c5ad2e67a71a19a408

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

index fa98ef8..a1e9b3e 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 = 32;
+const unsigned int ADAPTOR_MICRO_VERSION = 33;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 2d4e5d1..424c02c 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.32
+Version:    1.3.33
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT