DALi Version 1.1.3 49/48349/1 dali_1.1.3
authorXiangyin Ma <x1.ma@samsung.com>
Fri, 18 Sep 2015 10:02:54 +0000 (11:02 +0100)
committerXiangyin Ma <x1.ma@samsung.com>
Fri, 18 Sep 2015 10:02:54 +0000 (11:02 +0100)
Change-Id: Id93f8ab3376daee874438e7a3361b88d54475651

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

index 56b5393..55903a4 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 = 2;
+const unsigned int CORE_MICRO_VERSION = 3;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 85894cb..823b43b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.2
+Version:    1.1.3
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0, BSD-2.0, MIT