DALi Version 1.3.12 72/170272/1 dali_1.3.12
authorDavid Steele <david.steele@samsung.com>
Fri, 16 Feb 2018 13:55:25 +0000 (13:55 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 16 Feb 2018 13:55:25 +0000 (13:55 +0000)
Change-Id: If6fc96d079967887b85a8e60a2416851c34f47e2

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

index a85c972..68bbd5a 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 3;
-const unsigned int CORE_MICRO_VERSION = 11;
+const unsigned int CORE_MICRO_VERSION = 12;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 317f4f5..109e6a4 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.11
+Version:    1.3.12
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT