DALi Version 1.4.51 25/220725/1 dali_1.4.51
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 20 Dec 2019 10:32:55 +0000 (10:32 +0000)
committerCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 20 Dec 2019 10:32:55 +0000 (10:32 +0000)
Change-Id: I033db37fea77b6d84e706493d11a7f21608d861d

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

index ae1addb..f4287e2 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 = 50;
+const unsigned int ADAPTOR_MICRO_VERSION = 51;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7b3795d..6f6d5f1 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.50
+Version:    1.4.51
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT