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
5fb42783
Commit
5fb42783
authored
Jul 13, 2021
by
Charles Gautier
Committed by
Charles Gautier
Jul 13, 2021
Browse files
chore(install): update version to 21.04.2. (#29)
parent
e95cc575
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5fb42783
...
...
@@ -6,7 +6,7 @@ add_definitions("-D_GLIBCXX_USE_CXX11_ABI=1")
set
(
CONNECTOR_MAJOR 21
)
set
(
CONNECTOR_MINOR 04
)
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