DALi Version 1.1.17 69/57169/1 dali_1.1.17
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 15 Jan 2016 14:40:29 +0000 (14:40 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 15 Jan 2016 14:40:29 +0000 (14:40 +0000)
Change-Id: Iebc49850eb2da5147236576af296c4cb13eeb5ec

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

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