DALi Version 1.3.7 62/166962/1 dali_1.3.7
authorgreynaga <g.reynaga@samsung.com>
Fri, 12 Jan 2018 14:06:54 +0000 (14:06 +0000)
committergreynaga <g.reynaga@samsung.com>
Fri, 12 Jan 2018 14:06:54 +0000 (14:06 +0000)
Change-Id: If162f7606bc6227b75a85ddd8a94bb08a13dea9e

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

index 5a230f0..7626ad4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 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.
@@ -31,7 +31,7 @@ namespace Toolkit
 
 const unsigned int TOOLKIT_MAJOR_VERSION = 1;
 const unsigned int TOOLKIT_MINOR_VERSION = 3;
-const unsigned int TOOLKIT_MICRO_VERSION = 6;
+const unsigned int TOOLKIT_MICRO_VERSION = 7;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 3988e6c..00114a9 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    1.3.6
+Version:    1.3.7
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT