[Tizen] DALi Version 1.4.52 45/234045/1
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 21 May 2020 08:29:47 +0000 (17:29 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 21 May 2020 08:29:47 +0000 (17:29 +0900)
Change-Id: Idf5d59adb866a24465ae34cbbebd9c8e02f557bc

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

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