DALi Version 1.9.28 75/243275/1 dali_1.9.28
authorRichard Huang <r.huang@samsung.com>
Fri, 4 Sep 2020 10:15:45 +0000 (11:15 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 4 Sep 2020 10:15:45 +0000 (11:15 +0100)
Change-Id: I0b87470c4b461eec0564b723e40f87a29e570d31

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

index 4b7c33a..4667fce 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 9;
-const unsigned int ADAPTOR_MICRO_VERSION = 27;
+const unsigned int ADAPTOR_MICRO_VERSION = 28;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 4266236..e739c80 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.27
+Version:    1.9.28
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT