Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DetectorSoftware
pcosdk
Commits
c5652eb6
Commit
c5652eb6
authored
Aug 16, 2019
by
Yuelong Yu
Browse files
increase version number
parent
385b9ce7
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c5652eb6
...
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.2)
project
(
pcosdk
)
set
(
MAJOR_VERSION 0
)
set
(
MINOR_VERSION
3
)
set
(
MINOR_VERSION
4
)
set
(
LIBRARY_VERSION
"
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
"
)
set
(
EXECUTABLE_OUTPUT_PATH
"
${
PROJECT_SOURCE_DIR
}
/bin"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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