Skip to content
Snippets Groups Projects
Commit 959501cb authored by alexandr.kravchenko's avatar alexandr.kravchenko
Browse files

Merge branch 'feature-4586' into 'master'

Feature 4586

See merge request !207
parents 7f5a419e 127415fa
No related branches found
No related tags found
1 merge request!207Feature 4586
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 1)
SET( CPACK_PACKAGE_VERSION_PATCH 59)
SET( CPACK_PACKAGE_VERSION_PATCH 60)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
......
......@@ -116,6 +116,7 @@
#ifdef DAP_SUPPORT_PYTHON_PLUGINS
#include "dap_chain_plugins.h"
#include "dap_plugins_python_app_context.h"
#endif
......@@ -473,6 +474,7 @@ int main( int argc, const char **argv )
//Init python plugins
#ifdef DAP_SUPPORT_PYTHON_PLUGINS
log_it(L_NOTICE, "Loading python plugins");
dap_plugins_python_app_content_init(l_server);
dap_chain_plugins_init(g_config);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment