Skip to content
Snippets Groups Projects
Commit 5c64ff8f authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[!] some minor updates

parent 7739c906
No related branches found
No related tags found
No related merge requests found
Pipeline #6410 passed with stage
in 2 minutes and 35 seconds
......@@ -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 40)
SET( CPACK_PACKAGE_VERSION_PATCH 42)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
......
Subproject commit 29547d5294dec733e183cd4e9af81b1cf4351930
Subproject commit 13a919094a359ea760e700af3f8b5e10b4e7dc97
# General section
[general]
# General debug mode
debug_mode={DEBUG_MODE}
debug_dump_stream_headers={DEBUG_STREAM_HEADERS}
# Debug stream packets
debug_dump_stream_headers=false
# Debug chains syncronyzation
debug_chain_sync=false
# Debug I/O reactor, false by default
#debug_reactor=false
# seed mode. WARNING. Used true only when you start the new network
#seed_mode=false
# Auto bring up links and sync everything over them
auto_online={AUTO_ONLINE}
# Console
......
#!/bin/sh
export PATH="$PATH:/opt/dapcash-node/bin:/opt/dapcash-node/sbin"
Subproject commit 454e2eccbe3ebb4b66530f62888c7f7a44b872b7
Subproject commit 0edc833cf20e9acc35c1b1455eb4d9276f73f864
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