DALi Version 1.2.7 42/89442/1 dali_1.2.7
authorDavid Steele <david.steele@partner.samsung.com>
Fri, 23 Sep 2016 12:56:29 +0000 (13:56 +0100)
committerDavid Steele <david.steele@partner.samsung.com>
Fri, 23 Sep 2016 12:56:29 +0000 (13:56 +0100)
Change-Id: Ie8bffad95e30ba510861f32dd122639c378facbc

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

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