DALi Version 1.2.11 12/93312/1 dali_1.2.11
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 21 Oct 2016 14:08:24 +0000 (15:08 +0100)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 21 Oct 2016 14:08:24 +0000 (15:08 +0100)
Change-Id: I3844d7ca768295de066521df081068fff86dfe8d

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

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