DALi Version 1.2.12 65/94365/1 dali_1.2.12
authorXiangyin Ma <x1.ma@samsung.com>
Fri, 28 Oct 2016 12:17:56 +0000 (13:17 +0100)
committerXiangyin Ma <x1.ma@samsung.com>
Fri, 28 Oct 2016 12:17:56 +0000 (13:17 +0100)
Change-Id: I6ecd55ab1702ea8a7507ecdcd28f5a37874272aa

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

index d4a94f5..49f1cce 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 = 11;
+const unsigned int CORE_MICRO_VERSION = 12;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 0d2f914..4e4f63b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.11
+Version:    1.2.12
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT