Skip to content
Snippets Groups Projects
Commit 8707cbc3 authored by James Goppert's avatar James Goppert
Browse files

Fix version.

parent 5a734de3
No related branches found
No related tags found
No related merge requests found
......@@ -223,8 +223,8 @@ if (NOT ${CMAKE_VERSION} VERSION_LESS 3.1.0)
endif()
set(version_major 1)
set(version_minor 4)
set(version_patch 1)
set(version_minor 5)
set(version_patch 0)
set(version "${version_major}.${version_minor}.${version_patch}")
set(package-contact "px4users@googlegroups.com")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment