DALi Version 1.2.7 43/89443/1 dali_1.2.7
authorDavid Steele <david.steele@partner.samsung.com>
Fri, 23 Sep 2016 12:56:52 +0000 (13:56 +0100)
committerDavid Steele <david.steele@partner.samsung.com>
Fri, 23 Sep 2016 12:56:52 +0000 (13:56 +0100)
Change-Id: I80666098a141b4bcc71699b4487666d79f732327

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

index bd9d1c9..85cddba 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 = 6;
+const unsigned int ADAPTOR_MICRO_VERSION = 7;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 0966d28..acf4d11 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.6
+Version:    1.2.7
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT