DALi Version 1.2.8 77/90577/1 dali_1.2.8
authoradam.b <adam.b@samsung.com>
Fri, 30 Sep 2016 14:11:25 +0000 (15:11 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 30 Sep 2016 14:11:25 +0000 (15:11 +0100)
Change-Id: I63da29d555e981be0ae93568508341e7d7d85f28

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

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