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
4581035f
Commit
4581035f
authored
Jul 13, 2021
by
Charles Gautier
Committed by
Charles Gautier
Jul 13, 2021
Browse files
chore(install): update version to 20.10.2. (#28)
parent
4b7e7dc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4581035f
...
...
@@ -7,7 +7,7 @@ add_definitions("-D_GLIBCXX_USE_CXX11_ABI=1")
set
(
CONNECTOR_MAJOR 20
)
set
(
CONNECTOR_MINOR 10
)
set
(
CONNECTOR_PATCH
1
)
set
(
CONNECTOR_PATCH
2
)
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