DALi Version 1.1.18 75/57775/1 dali_1.1.18
authorRichard Huang <r.huang@samsung.com>
Fri, 22 Jan 2016 13:28:47 +0000 (13:28 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 22 Jan 2016 13:28:47 +0000 (13:28 +0000)
Change-Id: I786c689f9bd177b3e6cd8ebc608ba9acf1b74ca6

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

index f506e76..856bd69 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 = 17;
+const unsigned int ADAPTOR_MICRO_VERSION = 18;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index cd677ec..8f9b1a4 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.17
+Version:    1.1.18
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT