DALi Version 1.1.43 57/80257/1 dali_1.1.43
authorDavid Steele <david.steele@samsung.com>
Fri, 15 Jul 2016 11:26:53 +0000 (12:26 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 15 Jul 2016 11:26:53 +0000 (12:26 +0100)
Change-Id: I7f485640e135e32323f9b12d688da9ea291b49a3

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

index 4814576..0d08803 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 1;
-const unsigned int ADAPTOR_MICRO_VERSION = 42;
+const unsigned int ADAPTOR_MICRO_VERSION = 43;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 9a924cb..5ab915a 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.42
+Version:    1.1.43
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT