DALi Version 1.3.12 73/170273/1 dali_1.3.12
authorDavid Steele <david.steele@samsung.com>
Fri, 16 Feb 2018 13:55:43 +0000 (13:55 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 16 Feb 2018 13:55:43 +0000 (13:55 +0000)
Change-Id: I5acdcf7f3ae9435d84e9eecf24715969ddd54f5e

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

index a37c6aa..5698608 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-const unsigned int ADAPTOR_MICRO_VERSION = 11;
+const unsigned int ADAPTOR_MICRO_VERSION = 12;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 8b9a800..6df1877 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.11
+Version:    1.3.12
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT