DALi Version 1.2.6 32/88332/1 dali_1.2.6
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 16 Sep 2016 09:55:39 +0000 (10:55 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 16 Sep 2016 09:55:39 +0000 (10:55 +0100)
Change-Id: Id2ec76758fb36df2d68c6b88d7420d93ea3c857a

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

index 42e7e4f..0de4d77 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 = 5;
+const unsigned int CORE_MICRO_VERSION = 6;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 650c2e8..db9c427 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.5
+Version:    1.2.6
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT