DALi Version 1.1.32 25/67925/1 dali_1.1.32
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 29 Apr 2016 08:10:10 +0000 (09:10 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 29 Apr 2016 08:10:10 +0000 (09:10 +0100)
Change-Id: I4b6b65e084bffe999d78abaab8794ef87c3b0b09

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

index a6e7b2d..14919eb 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 1;
-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 2d1b64b..f3175fb 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.31
+Version:    1.1.32
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT