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

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

index d544f13..693d053 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.
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 3;
-const unsigned int CORE_MICRO_VERSION = 6;
+const unsigned int CORE_MICRO_VERSION = 7;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7f83566..81b6a98 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.6
+Version:    1.3.7
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT