DALi Version 1.9.20 82/238282/1 dali_1.9.20
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 10 Jul 2020 08:38:40 +0000 (09:38 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 10 Jul 2020 08:38:40 +0000 (09:38 +0100)
Change-Id: I05b14efe9f4f11362a50b6645c59d573aecd536c

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

index 62d1763..52e586f 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 = 19;
+const unsigned int ADAPTOR_MICRO_VERSION = 20;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 3be6644..2b4c7d9 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.19
+Version:    1.9.20
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT