DALi Version 1.2.10 28/92328/1 dali_1.2.10
authorRichard Huang <r.huang@samsung.com>
Fri, 14 Oct 2016 13:16:35 +0000 (14:16 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 14 Oct 2016 13:16:35 +0000 (14:16 +0100)
Change-Id: I5ef2ec34f90107e7b3db434d2955654f9ba74870

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

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