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
MSK-SW
Infrastructure and Support
TC4
tc4eqfct
Commits
37b8213b
Commit
37b8213b
authored
Apr 12, 2022
by
Martin Killenberg
Browse files
Increased minor version number
parent
770558bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
37b8213b
...
...
@@ -3,8 +3,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.7)
PROJECT
(
doocs-TC4-EqFct
)
SET
(
${
PROJECT_NAME
}
_MAJOR_VERSION 01
)
SET
(
${
PROJECT_NAME
}
_MINOR_VERSION 0
6
)
SET
(
${
PROJECT_NAME
}
_PATCH_VERSION 0
5
)
SET
(
${
PROJECT_NAME
}
_MINOR_VERSION 0
7
)
SET
(
${
PROJECT_NAME
}
_PATCH_VERSION 0
0
)
include
(
${
CMAKE_SOURCE_DIR
}
/cmake/set_version_numbers.cmake
)
list
(
APPEND CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/cmake/Modules
)
...
...
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