DALi Version 1.2.17 77/101977/1 dali_1.2.17
authoradam.b <adam.b@samsung.com>
Fri, 2 Dec 2016 14:07:06 +0000 (14:07 +0000)
committeradam.b <adam.b@samsung.com>
Fri, 2 Dec 2016 14:07:06 +0000 (14:07 +0000)
Change-Id: I98d020cea446af271a5c5c287e014a082759d3be

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

index 838362f..43795b1 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 2;
-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 2c93ad5..2fcfb27 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.16
+Version:    1.2.17
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT