DALi Version 1.1.44 02/81202/1 dali_1.1.44
authorRichard Huang <r.huang@samsung.com>
Fri, 22 Jul 2016 16:00:10 +0000 (17:00 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 22 Jul 2016 16:00:10 +0000 (17:00 +0100)
Change-Id: I1f34f5310555244451f25ff041f14285c6a46c7c

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

index 155c3f4..9a0d6b1 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 = 43;
+const unsigned int CORE_MICRO_VERSION = 44;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index e711ab2..845a9e2 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.43
+Version:    1.1.44
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT