DALi Version 1.4.1 30/196830/1 dali_1.4.1
authorDavid Steele <david.steele@samsung.com>
Fri, 4 Jan 2019 17:39:50 +0000 (17:39 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 4 Jan 2019 17:39:50 +0000 (17:39 +0000)
Change-Id: Ifb59f85008572d6d2cedab4a470038f2d9e5aa54

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

index e078429..fce7852 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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 = 0;
+const unsigned int ADAPTOR_MICRO_VERSION = 1;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 9f6b407..cd00a66 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.0
+Version:    1.4.1
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT