DALi Version 1.3.3 34/163334/1 dali_1.3.3
authorDavid Steele <david.steele@samsung.com>
Fri, 8 Dec 2017 14:33:08 +0000 (14:33 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 8 Dec 2017 14:33:08 +0000 (14:33 +0000)
Change-Id: I6c3b2369c914912277a1504a33fa23f9b168eaf8

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

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