DALi Version 1.4.53 09/222209/1 dali_1.4.53
authorgreynaga <g.reynaga@samsung.com>
Fri, 10 Jan 2020 11:50:12 +0000 (11:50 +0000)
committergreynaga <g.reynaga@samsung.com>
Fri, 10 Jan 2020 11:50:12 +0000 (11:50 +0000)
Change-Id: I44ada87a4f279a8fbfe305a883a89cdf4672fc3a

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

index 399dcad..9d63fe3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 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 = 52;
+const unsigned int ADAPTOR_MICRO_VERSION = 53;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 48a70f4..a01da88 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.52
+Version:    1.4.53
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT