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
15
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
Compare revisions
0d8b43567324d064a490cb1da18724d69956ecc2 to b6639803b52c05c9e87b7925256e0644a1a05c88
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cellframe/cellframe-node
Select target project
No results found
b6639803b52c05c9e87b7925256e0644a1a05c88
Select Git revision
Swap
Target
cellframe/cellframe-node
Select target project
cellframe/cellframe-node
evseev/cellframe-node
dmitry.puzyrkov/cellframe-node
MIKA83/cellframe-node
4 results
0d8b43567324d064a490cb1da18724d69956ecc2
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
bugs-4503
· dbe01b05
Roman Khlopkov
authored
4 years ago
and
dmitriy.gerasimov
committed
4 years ago
dbe01b05
Merge branch 'bugs-4503' into 'master'
· b6639803
dmitriy.gerasimov
authored
4 years ago
bugs-4503 See merge request
!184
b6639803
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
with
3 additions
and
3 deletions
CMakeLists.txt
View file @
b6639803
...
...
@@ -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 0
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
49
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
50
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
557d688d
Compare
21886ef5
...
557d688d
Subproject commit
21886ef54e5b6d00c605221271530f83201b157
4
Subproject commit
557d688dd02629f2864a3dabe88eb8ad425da93
4
This diff is collapsed.
Click to expand it.
python-cellframe
@
618770e6
Compare
9f688d24
...
618770e6
Subproject commit
9f688d245a213efe62908045611494b09916e64
7
Subproject commit
618770e6a20e04031fee135ef6c04ca4e2f1e8b
7
This diff is collapsed.
Click to expand it.