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
fce641a2
Commit
fce641a2
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[!] New 4.2 branch
parent
cbe4a7ed
No related branches found
No related tags found
1 merge request
!272
Feature 5173
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+2
-2
2 additions, 2 deletions
.gitmodules
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
with
6 additions
and
6 deletions
.gitmodules
+
2
−
2
View file @
fce641a2
...
...
@@ -5,11 +5,11 @@
[submodule "python-cellframe"]
path = python-cellframe
url = ../python-cellframe.git
branch =
master
branch =
develop
[submodule "cellframe-sdk"]
path = cellframe-sdk
url = ../cellframe-sdk.git
branch =
master
branch =
develop
[submodule "prod_build"]
path = prod_build
url = ../prod_build_cellframe-node
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
2
View file @
fce641a2
...
...
@@ -7,8 +7,8 @@ set(CMAKE_C_STANDARD 11)
# Predefine project
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 4
)
SET
(
CPACK_PACKAGE_VERSION_MINOR
1
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
25
)
SET
(
CPACK_PACKAGE_VERSION_MINOR
2
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
0
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
-
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
b2f12f32
Compare
3f30ebe8
...
b2f12f32
Subproject commit
3f30ebe8cc5b22b2c8f8ec294e4dbcdbd2b01645
Subproject commit
b2f12f321ed748ce989fca9b10a9bc2c7abe1b1c
This diff is collapsed.
Click to expand it.
python-cellframe
@
a26bb987
Compare
25c1913e
...
a26bb987
Subproject commit
25c1913eb6224a3eb7592438a977365501593a6f
Subproject commit
a26bb987ce1d029f9ca3677f0d24abaa0dc53250
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