Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-connectors
Commits
c5df52ed
Commit
c5df52ed
authored
Oct 18, 2021
by
Charles Gautier
Committed by
Charles Gautier
Oct 18, 2021
Browse files
chore(install): update to version 20.10.3 (#41)
parent
595889d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c5df52ed
...
...
@@ -7,7 +7,7 @@ add_definitions("-D_GLIBCXX_USE_CXX11_ABI=1")
set
(
CONNECTOR_MAJOR 20
)
set
(
CONNECTOR_MINOR 10
)
set
(
CONNECTOR_PATCH
2
)
set
(
CONNECTOR_PATCH
3
)
set
(
CONNECTOR_VERSION
"
${
CONNECTOR_MAJOR
}
.
${
CONNECTOR_MINOR
}
.
${
CONNECTOR_PATCH
}
"
)
add_definitions
(
-DCENTREON_CONNECTOR_VERSION=\"
${
CONNECTOR_VERSION
}
\"
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment