DALi Version 1.2.17 78/101978/1 dali_1.2.17
authoradam.b <adam.b@samsung.com>
Fri, 2 Dec 2016 14:07:25 +0000 (14:07 +0000)
committeradam.b <adam.b@samsung.com>
Fri, 2 Dec 2016 14:07:25 +0000 (14:07 +0000)
Change-Id: I88ccaab8f6173cd59d756fde3c95f70fcd92d9c6

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

index b6c45e0..c7af707 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-const unsigned int ADAPTOR_MICRO_VERSION = 16;
+const unsigned int ADAPTOR_MICRO_VERSION = 17;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a86edf3..15fe54f 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.16
+Version:    1.2.17
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT