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
717388ec
Commit
717388ec
authored
Sep 05, 2017
by
Matthieu Kermagoret
Committed by
Matthieu Kermagoret
Sep 05, 2017
Browse files
chore(build): update version to 1.1.3.
parent
d1de65bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
perl/build/CMakeLists.txt
View file @
717388ec
##
## Copyright 2011-2015 Centreon
## Copyright 2011-2015
,2017
Centreon
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
...
...
@@ -28,7 +28,7 @@ include_directories("${PROJECT_SOURCE_DIR}/inc")
# Project version.
set
(
CONNECTOR_PERL_MAJOR 1
)
set
(
CONNECTOR_PERL_MINOR 1
)
set
(
CONNECTOR_PERL_PATCH
2
)
set
(
CONNECTOR_PERL_PATCH
3
)
set
(
CONNECTOR_PERL_VERSION
"
${
CONNECTOR_PERL_MAJOR
}
.
${
CONNECTOR_PERL_MINOR
}
.
${
CONNECTOR_PERL_PATCH
}
"
)
add_definitions
(
-DCENTREON_CONNECTOR_PERL_VERSION=\"
${
CONNECTOR_PERL_VERSION
}
\"
)
...
...
ssh/build/CMakeLists.txt
View file @
717388ec
##
## Copyright 2011-2015 Centreon
## Copyright 2011-2015
,2017
Centreon
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
...
...
@@ -28,7 +28,7 @@ include_directories("${PROJECT_SOURCE_DIR}/inc")
# Project version.
set
(
CONNECTOR_SSH_MAJOR 1
)
set
(
CONNECTOR_SSH_MINOR 1
)
set
(
CONNECTOR_SSH_PATCH
2
)
set
(
CONNECTOR_SSH_PATCH
3
)
set
(
CONNECTOR_SSH_VERSION
"
${
CONNECTOR_SSH_MAJOR
}
.
${
CONNECTOR_SSH_MINOR
}
.
${
CONNECTOR_SSH_PATCH
}
"
)
add_definitions
(
-DCENTREON_CONNECTOR_SSH_VERSION=\"
${
CONNECTOR_SSH_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