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
14
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
Commits
b0859e8f
Commit
b0859e8f
authored
5 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugs-2791-3' into 'master'
Acess violation fixed See merge request
!58
parents
7f52a64a
4ddbe7ba
No related branches found
No related tags found
1 merge request
!58
Acess violation fixed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
libdap-stream-ch-chain-net-srv
+1
-1
1 addition, 1 deletion
libdap-stream-ch-chain-net-srv
with
2 additions
and
2 deletions
CMakeLists.txt
+
1
−
1
View file @
b0859e8f
...
...
@@ -52,7 +52,7 @@ SET( CPACK_GENERATOR "DEB")
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 2
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 8
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
8
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
9
)
SET
(
CPACK_SYSTEM_NAME
"debian-9.9-amd64"
)
SET
(
CPACK_PACKAGE_VERSION
"
${
CPACK_PACKAGE_VERSION_MAJOR
}
.
${
CPACK_PACKAGE_VERSION_MINOR
}
-
${
CPACK_PACKAGE_VERSION_PATCH
}
"
)
...
...
This diff is collapsed.
Click to expand it.
libdap-stream-ch-chain-net-srv
@
3f8515e9
Compare
f01deccb
...
3f8515e9
Subproject commit
f01deccba365ccdb00c8ec0c6bca5a3ae60f7907
Subproject commit
3f8515e97f0779ece2ea49dd479cc8e80b209a0d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment