From 72d04c90ce846b205e09e5a873330715d0ac7d0a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 2 Nov 2021 16:52:12 +0100 Subject: release 0.9.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d12f76..9f6cbff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS}) # Set global variables include(GNUInstallDirs) -set(PROJECT_VERSION "0.8.2") +set(PROJECT_VERSION "0.9.0") if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") -- cgit v1.2.3