Merge "Added generic folders for non-platform specific implementations" into devel...
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 14 Feb 2019 14:34:39 +0000 (14:34 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Thu, 14 Feb 2019 14:34:39 +0000 (14:34 +0000)
dali/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index addaf93..9897aa9 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 = 6;
+const unsigned int ADAPTOR_MICRO_VERSION = 7;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 95b8bb6..fc44496 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.6
+Version:    1.4.7
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT