DALi Version 1.1.16 95/56495/1 dali_1.1.16
authorLee Morgan <Lee.morgan@partner.samsung.com>
Fri, 8 Jan 2016 14:32:35 +0000 (14:32 +0000)
committerLee Morgan <Lee.morgan@partner.samsung.com>
Fri, 8 Jan 2016 14:32:35 +0000 (14:32 +0000)
Change-Id: I9b18f3a7126580ee8e91c8b793cb11ca67917b28

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

index 33d42ff..b121f02 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 = 15;
+const unsigned int ADAPTOR_MICRO_VERSION = 16;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5c64084..2a59f0f 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.15
+Version:    1.1.16
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT