[dali_1.3.7] Merge branch 'devel/master' 64/166964/1
authorgreynaga <g.reynaga@samsung.com>
Fri, 12 Jan 2018 14:07:15 +0000 (14:07 +0000)
committergreynaga <g.reynaga@samsung.com>
Fri, 12 Jan 2018 14:07:15 +0000 (14:07 +0000)
Change-Id: If2e39ca722506c8ac30a82180e73a6e6479415a2

build/scripts/dali_env
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 2381f4a..05c9fc3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (c) 2017 Samsung Electronics Co., Ltd.
+# Copyright (c) 2018 Samsung Electronics Co., Ltd.
 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -49,6 +49,7 @@ my @system_packages = (
     "lcov",
     "libcurl4-gnutls-dev",
     "curl",
+    "libssl-dev",
 );
 
 # Some packages like require building from source
index d544f13..693d053 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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 = 6;
+const unsigned int CORE_MICRO_VERSION = 7;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7f83566..81b6a98 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.6
+Version:    1.3.7
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT