DALi Version 1.4.10 14/201114/1 dali_1.4.10
authorDaniel McEwen <d.mcewen@partner.samsung.com>
Fri, 8 Mar 2019 11:29:26 +0000 (11:29 +0000)
committerDaniel McEwen <d.mcewen@partner.samsung.com>
Fri, 8 Mar 2019 11:29:26 +0000 (11:29 +0000)
Change-Id: I0b2172e69e244373eea0a60538e48f513f9a5209

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

index 234ace7..9b0b93d 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-const unsigned int ADAPTOR_MICRO_VERSION = 9;
+const unsigned int ADAPTOR_MICRO_VERSION = 10;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 70cc364..f362189 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.9
+Version:    1.4.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT