DALi Version 1.4.33 74/212174/1 dali_1.4.33
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 16 Aug 2019 09:40:37 +0000 (10:40 +0100)
committerCheng-Shiun Tsai <cheng.tsai@samsung.com>
Fri, 16 Aug 2019 09:40:37 +0000 (10:40 +0100)
Change-Id: If0942a266d6a46457f62d2625adea72a805dda6a

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

index 7725b4d..928603f 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 = 32;
+const unsigned int ADAPTOR_MICRO_VERSION = 33;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 3566714..4039a05 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.32
+Version:    1.4.33
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT