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
126136b6
Commit
126136b6
authored
Jan 16, 2020
by
Yuelong Yu
Browse files
increase version number for new release
parent
05d8651c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
126136b6
...
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0.2)
project
(
pcosdk
)
set
(
MAJOR_VERSION 0
)
set
(
MINOR_VERSION
4
)
set
(
MINOR_VERSION
5
)
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