diff --git a/CMakeLists.txt b/CMakeLists.txt index e95dde841b..63b863bd57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,7 @@ endif() set(version_major 0) set(version_minor 1) -set(verion_patch 2) +set(version_patch 2) set(version "${version_major}.${version_minor}.${version_patch}") set(package-contact "px4users@googlegroups.com") diff --git a/Makefile b/Makefile index b2f38a7d47..c4d3e06b89 100644 --- a/Makefile +++ b/Makefile @@ -94,5 +94,7 @@ clean: # targets handled by cmake test: ; upload: ; +package: ; +package_source: ; .PHONY: clean test upload