DALi Version 1.1.39 24/75324/1 dali_1.1.39
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 17 Jun 2016 10:43:17 +0000 (11:43 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 17 Jun 2016 10:43:17 +0000 (11:43 +0100)
Change-Id: I7b467dee478f138cafabf5475fafe70c83c64082

adaptors/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index ab9b2ac..c9fb8a4 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 1;
-const unsigned int ADAPTOR_MICRO_VERSION = 38;
+const unsigned int ADAPTOR_MICRO_VERSION = 39;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 3e334f4..40a9cd3 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.38
+Version:    1.1.39
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT