From cc95ad35a01835cbc3ead0aef0a09b6c88272626 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Mon, 28 Dec 2020 21:06:48 -0800 Subject: [PATCH] Correct version in CMake package version file Signed-off-by: Jacob Perron --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b406f58..97cf437 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(libcreate) 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)