DALi Version 1.2.13 64/95764/1 dali_1.2.13
authorTom Robinson <tom.robinson@samsung.com>
Fri, 4 Nov 2016 13:13:22 +0000 (13:13 +0000)
committerTom Robinson <tom.robinson@samsung.com>
Fri, 4 Nov 2016 13:13:22 +0000 (13:13 +0000)
Change-Id: I8cbd06a14110111bc6a6f44af2df70a6f0022bab

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

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