DALi Version 1.1.43 56/80256/1 dali_1.1.43
authorDavid Steele <david.steele@samsung.com>
Fri, 15 Jul 2016 11:26:37 +0000 (12:26 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 15 Jul 2016 11:26:37 +0000 (12:26 +0100)
Change-Id: I82bcab0866b0ec6d89a2360c2d51c4a4fceba169

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

index 2e11875..155c3f4 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 1;
-const unsigned int CORE_MICRO_VERSION = 42;
+const unsigned int CORE_MICRO_VERSION = 43;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 8bd045a..2f012e3 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.42
+Version:    1.1.43
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT