DALi Version 1.1.45 06/82106/1 dali_1.1.45
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 29 Jul 2016 16:11:25 +0000 (17:11 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 29 Jul 2016 16:11:25 +0000 (17:11 +0100)
Change-Id: If16edd8506e5aeed0b81d4b33a136b62a51f9429

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

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