DALi Version 1.2.39 43/129043/1 dali_1.2.39
authorDavid Steele <david.steele@samsung.com>
Fri, 12 May 2017 12:42:23 +0000 (13:42 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 12 May 2017 12:42:23 +0000 (13:42 +0100)
Change-Id: I43eeca2634e98c3d3cae142cfa817603c5c9c856

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

index 90bd80e..2ad2cd5 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-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 4952ccf..5d006e0 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.38
+Version:    1.2.39
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT