DALi Version 1.4.34 15/212615/1 dali_1.4.34
authorgreynaga <g.reynaga@samsung.com>
Fri, 23 Aug 2019 10:02:07 +0000 (11:02 +0100)
committergreynaga <g.reynaga@samsung.com>
Fri, 23 Aug 2019 10:02:07 +0000 (11:02 +0100)
Change-Id: Ia7a025c2376915558effebb4e881f84a633f707b

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

index 928603f..59a9867 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-const unsigned int ADAPTOR_MICRO_VERSION = 33;
+const unsigned int ADAPTOR_MICRO_VERSION = 34;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 4039a05..c7c1d1f 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.33
+Version:    1.4.34
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT