DALi Version 1.1.17 68/57168/1 dali_1.1.17
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 15 Jan 2016 14:40:15 +0000 (14:40 +0000)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 15 Jan 2016 14:40:15 +0000 (14:40 +0000)
Change-Id: I1aecf3b4e0b253f04f0effd1dd27f6d7e1248cdd

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

index 98c8e66..4890bb7 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 1;
-const unsigned int CORE_MICRO_VERSION = 16;
+const unsigned int CORE_MICRO_VERSION = 17;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index a94aa8a..5cb9fa6 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.16
+Version:    1.1.17
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT