DALi Version 1.1.23 94/60494/1 dali_1.1.23
authorDavid Steele <david.steele@samsung.com>
Fri, 26 Feb 2016 13:45:13 +0000 (13:45 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 26 Feb 2016 13:45:13 +0000 (13:45 +0000)
Change-Id: If4f3bd291016aa4891ea221466dd66565e640e1d

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

index 0237719..baeccac 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 = 22;
+const unsigned int ADAPTOR_MICRO_VERSION = 23;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 824098b..6df9e30 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.22
+Version:    1.1.23
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT