File: OMPLVersion.cmake

package info (click to toggle)
ompl 0.14.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 35,100 kB
  • ctags: 8,743
  • sloc: cpp: 50,246; python: 3,631; php: 190; sh: 90; makefile: 57
file content (8 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
# set the version in a way CMake can use
set(OMPL_MAJOR_VERSION 0)
set(OMPL_MINOR_VERSION 14)
set(OMPL_PATCH_VERSION 2)
set(OMPL_VERSION "${OMPL_MAJOR_VERSION}.${OMPL_MINOR_VERSION}.${OMPL_PATCH_VERSION}")

# increment this when we have ABI changes
set(OMPL_ABI_VERSION 9)