DALi Version 1.4.40 79/215279/1 dali_1.4.40
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 4 Oct 2019 12:40:17 +0000 (13:40 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 4 Oct 2019 12:40:17 +0000 (13:40 +0100)
Change-Id: Ia84cb99d1e2e32c17bfbbcb48cb29ed5b86221af

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

index a1dd7e4..494cfc5 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 = 39;
+const unsigned int ADAPTOR_MICRO_VERSION = 40;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index e24ead7..4a9b453 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.39
+Version:    1.4.40
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT