DALi Version 1.3.4 34/164134/1 dali_1.3.4
authorFrancisco Santos <f1.santos@samsung.com>
Fri, 15 Dec 2017 11:18:57 +0000 (11:18 +0000)
committerFrancisco Santos <f1.santos@samsung.com>
Fri, 15 Dec 2017 11:18:57 +0000 (11:18 +0000)
Change-Id: Ib4d5023ddf3e60bff40feb21287dd1216c3c3fdb

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

index 15e455a..061c569 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 = 3;
+const unsigned int ADAPTOR_MICRO_VERSION = 4;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 2b26deb..0c20e82 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.3
+Version:    1.3.4
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT