DALi Version 1.2.18 37/103837/1 dali_1.2.18
authorFerran Sole <ferran.sole@samsung.com>
Fri, 9 Dec 2016 14:34:33 +0000 (14:34 +0000)
committerFerran Sole <ferran.sole@samsung.com>
Fri, 9 Dec 2016 14:34:33 +0000 (14:34 +0000)
Change-Id: I8b087614482f13e140c9fb658809ed913a962a72

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

index c7af707..3986e70 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 = 17;
+const unsigned int ADAPTOR_MICRO_VERSION = 18;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 15fe54f..b093c19 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.17
+Version:    1.2.18
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT