DALi Version 1.1.35 50/70750/1 dali_1.1.35
authorNick Holland <nick.holland@partner.samsung.com>
Fri, 20 May 2016 10:17:15 +0000 (11:17 +0100)
committerNick Holland <nick.holland@partner.samsung.com>
Fri, 20 May 2016 10:17:15 +0000 (11:17 +0100)
Change-Id: I213ca1ca8377b409e35f83be72e61420d6400db6

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

index f532323..37e6cbc 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 = 34;
+const unsigned int CORE_MICRO_VERSION = 35;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 42012b0..8530450 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.34
+Version:    1.1.35
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT