Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-cellframe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
python-cellframe
Commits
873fbc11
Commit
873fbc11
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Subs update
parent
813ebabf
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
cellframe-sdk-python/libdap-crypto-python
+1
-1
1 addition, 1 deletion
cellframe-sdk-python/libdap-crypto-python
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
873fbc11
...
...
@@ -68,7 +68,7 @@ else()
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 0
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 9
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 1
3
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 1
4
)
add_definitions
(
"-DDAP_VERSION_MAJOR=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
add_definitions
(
"-DDAP_VERSION_MINOR=
\"
${
CPACK_PACKAGE_VERSION_MINOR
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
986fc5a9
Compare
ba212dbc
...
986fc5a9
Subproject commit
ba212dbc0a9d0a8e730d1ad32fec1f995f8d9f91
Subproject commit
986fc5a916307a01c1ec64bb53f5e1932509544c
This diff is collapsed.
Click to expand it.
libdap-crypto-python
@
83f950f5
Subproject commit
c8422b7ad799f8d90de4b88a8e8774cfdef2770b
Subproject commit
83f950f59d3ba97bcac9f108e8fb93bd12bfcfb3
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
873fbc11
...
...
@@ -70,7 +70,7 @@ class CMakeBuild(build_ext):
setup
(
name
=
"
CellFrame
"
,
version
=
"
0.9-post1
3
"
,
version
=
"
0.9-post1
4
"
,
description
=
"
CellFrame SDK
"
,
author
=
'
Demlabs (2007-2020)
'
,
license
=
"
GNU GPLv3
"
,
...
...
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