repo.or.cz
/
opensg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed: gcc8 compile issues
[opensg.git]
/
CMake
/
OpenSGVersion.cmake
blob
26f60cd173d6c813a4e6049578049d3ff69d871a
1
2
SET(OSG_VERSION_MAJOR "2")
3
SET(OSG_VERSION_MINOR "0")
4
SET(OSG_VERSION_PATCH "0")
5
SET(OSG_VERSION ${OSG_VERSION_MAJOR}.${OSG_VERSION_MINOR}.${OSG_VERSION_PATCH})
6