DALi Version 1.1.33 76/68576/1 dali_1.1.33
authorDavid Steele <david.steele@samsung.com>
Fri, 6 May 2016 14:47:26 +0000 (15:47 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 6 May 2016 14:47:26 +0000 (15:47 +0100)
Change-Id: I42095b695b268b26fab49212643960bfcde558d5

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

index 14919eb..4d84c5b 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 = 32;
+const unsigned int ADAPTOR_MICRO_VERSION = 33;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index f3175fb..7cc1d5b 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.32
+Version:    1.1.33
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT