From 9e8a410fb703456654f21df96088f6bae34748b7 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 17 Feb 2022 21:30:18 +0100 Subject: release 0.9.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 81525a2..1b10f0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS}) # Set global variables include(GNUInstallDirs) -set(PROJECT_VERSION "0.9.0") +set(PROJECT_VERSION "0.9.1") # Make everything -- cgit v1.2.3