[dali_1.3.45] Merge branch 'devel/master' 12/191212/1
authorDavid Steele <david.steele@samsung.com>
Fri, 12 Oct 2018 12:38:27 +0000 (13:38 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 12 Oct 2018 12:38:27 +0000 (13:38 +0100)
Change-Id: Id07d42aa662e99273ce71f2ad8d6d64e79ee35e9

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

index 9667b2a..e4e25f2 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 3;
-const unsigned int CORE_MICRO_VERSION = 44;
+const unsigned int CORE_MICRO_VERSION = 45;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a669483..1497d54 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.44
+Version:    1.3.45
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT