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

[+] More fixes for incorrect data process

[*] More fixes for possible race conditions on high levels of data processing
parent 4abefad0
No related branches found
Tags 3.3-3
No related merge requests found
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 3)
SET( CPACK_PACKAGE_VERSION_MINOR 3)
SET( CPACK_PACKAGE_VERSION_PATCH 2)
SET( CPACK_PACKAGE_VERSION_PATCH 3)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"")
......
Subproject commit 436aaf43151ef1a461298873192a185708c75dd0
Subproject commit b7efdc01182b443a3d2c685bd43bfac058dc04d2
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