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

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

index d3e4863..0301483 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 1;
-const unsigned int CORE_MICRO_VERSION = 32;
+const unsigned int CORE_MICRO_VERSION = 33;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index aca82f6..1e08f80 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.32
+Version:    1.1.33
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT