DALi Version 1.1.18 74/57774/1 dali_1.1.18
authorRichard Huang <r.huang@samsung.com>
Fri, 22 Jan 2016 13:28:35 +0000 (13:28 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 22 Jan 2016 13:28:35 +0000 (13:28 +0000)
Change-Id: I3a767c400bd27c7f81666fd290ae4ac17bc49f8c

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

index 590e03c9782cee53598969e425e53b691fd758cb..966b434ee5c8f0a944727becdd0190bae9f58be8 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 = 17;
+const unsigned int CORE_MICRO_VERSION = 18;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 5cb9fa69171a40e126cc81cd3ddcf596ab34bae9..57d11b7028b5fc1c1ecb94535a3fd0e66824a308 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.17
+Version:    1.1.18
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT