DALi Version 1.3.32 60/184060/1 dali_1.3.32
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 13 Jul 2018 08:48:32 +0000 (09:48 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 13 Jul 2018 08:48:32 +0000 (09:48 +0100)
Change-Id: I0fefe36e43a383599395181fccab97766b4a6cf3

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

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