DALi Version 1.1.29 20/65320/1 dali_1.1.29
authorXiangyin Ma <x1.ma@samsung.com>
Fri, 8 Apr 2016 10:24:08 +0000 (11:24 +0100)
committerXiangyin Ma <x1.ma@samsung.com>
Fri, 8 Apr 2016 10:24:08 +0000 (11:24 +0100)
Change-Id: Ie020eafffaad4b2b4636aa25f8d680363a1f1116

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

index a25e28a..20e08bb 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 = 28;
+const unsigned int CORE_MICRO_VERSION = 29;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index e1d7dde..712a9e6 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.28
+Version:    1.1.29
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT