DALi Version 1.9.7 67/230367/1 dali_1.9.7
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 9 Apr 2020 14:48:18 +0000 (15:48 +0100)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 9 Apr 2020 14:48:18 +0000 (15:48 +0100)
Change-Id: I5af6978eb76e45d514385a1109a695e3885fceb2

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

index 6b323db..70a027a 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 = 6;
+const unsigned int ADAPTOR_MICRO_VERSION = 7;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index d37a267..a726c29 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.6
+Version:    1.9.7
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT