DALi Version 1.2.9 55/91455/1 dali_1.2.9
authorFerran Sole <ferran.sole@samsung.com>
Fri, 7 Oct 2016 15:32:34 +0000 (16:32 +0100)
committerFerran Sole <ferran.sole@samsung.com>
Fri, 7 Oct 2016 15:32:34 +0000 (16:32 +0100)
Change-Id: Ie54703297528b7fdb300881c074f32f947fb5d92

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

index 18bcb55..da88efe 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 = 8;
+const unsigned int CORE_MICRO_VERSION = 9;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index f5f108b..a640238 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.8
+Version:    1.2.9
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT