DALi Version 1.4.4 68/198568/1 dali_1.4.4
authoradam.b <adam.b@samsung.com>
Fri, 25 Jan 2019 12:20:18 +0000 (12:20 +0000)
committeradam.b <adam.b@samsung.com>
Fri, 25 Jan 2019 12:20:18 +0000 (12:20 +0000)
Change-Id: I13ba927eeb29d508e0ce7a1d05c6e1f4b4f80a09

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

index 67a6e6b..44a7fff 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 = 3;
+const unsigned int ADAPTOR_MICRO_VERSION = 4;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 30adf6e..e0c9305 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.3
+Version:    1.4.4
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT