Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
numa
Commits
ed2338de
Commit
ed2338de
authored
Aug 11, 2017
by
Pawel Sznajder
Browse files
add NUMA_VERSION_CODE as proposed in
partons!13
parent
21103dc8
Changes
1
Show whitespace changes
Inline
Side-by-side
cmake/Version/NumAVersion.h_in
View file @
ed2338de
...
...
@@ -10,3 +10,4 @@
#define NUMA_VERSION(major,minor) (((major) << 8) + (minor))
#define NUMA_VERSION_MAJOR @NUMA_VERSION_MAJOR@
#define NUMA_VERSION_MINOR @NUMA_VERSION_MINOR@
#define NUMA_VERSION_CODE NUMA_VERSION(NUMA_VERSION_MAJOR, NUMA_VERSION_MINOR)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment