Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
19
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Merge requests
!202
bugs-4609
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bugs-4609
bugs-4609
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Roman Khlopkov
requested to merge
bugs-4609
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
[*] dap_client_pvt closing fixed
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0109e512
1 commit,
4 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
CMakeLists.txt
+
1
−
1
Options
@@ -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 2
0
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 2
1
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
Loading