Correct version in CMake package version file

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
This commit is contained in:
Jacob Perron 2020-12-28 21:06:48 -08:00
parent 2b9591f0f7
commit cc95ad35a0

View file

@ -10,7 +10,7 @@ project(libcreate)
add_compile_options(-Wall -Wextra -Wpedantic) add_compile_options(-Wall -Wextra -Wpedantic)
set(PACKAGE_VERSION 1.6.1) set(PACKAGE_VERSION 2.0.0)
option(LIBCREATE_BUILD_TESTS "Enable the build of tests." ON) option(LIBCREATE_BUILD_TESTS "Enable the build of tests." ON)