DALi Version 1.4.49 17/219517/1 dali_1.4.49
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 5 Dec 2019 11:53:25 +0000 (11:53 +0000)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 5 Dec 2019 11:53:25 +0000 (11:53 +0000)
Change-Id: Iea5c20638c26fd2565219478229df2ea88a16e45

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

index 4b876b4..17029b5 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 = 48;
+const unsigned int ADAPTOR_MICRO_VERSION = 49;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index be8ec49..93a5897 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.48
+Version:    1.4.49
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT